Currently upgrading to Cypress 12.5.1 and since `i...
# best-practices
e
Currently upgrading to Cypress 12.5.1 and since
ignoreTestFiles
has been deprecated I have added
excludeSpecPattern: '*.skip.cy.js'
within the
e2e
in
cypress.config.js
but my tests containing
.skip.cy.js
at the end aren't getting skipped. Anyone have issues or know of a solution?