Migrate to Cypress version 10 or later

To migrate to Cypress 10 or later from an earlier version, follow the instructions in the Cypress Migration Guide.

In addition, you need to make the following change:

  • Inside the perfecto-config.json file, make sure that the tests.specsExt option points to the correct spec file. With Cypress 10, the extension has changed from .spec.js to .cy.js.

For comprehensive information on the Perfecto-Cypress integration, see Cypress.