Skip to content

Cypress v13

Compare
Choose a tag to compare
@daniel-ac-martin daniel-ac-martin released this 02 Aug 14:17
· 768 commits to master since this release

Updates to Cypress v13 (from v10), which has some breaking changes.

Also include misc patch changes of various dependencies.

To migrate:

  • testIsolation should be set to false under e2e in cypress.config.mjs. (Unless you update your tests to support this.)
  • The 'process' NPM module should be installed into the base of your repository. (pnpm install -wD process)
  • videoUploadOnPasses should be removed from cypress.config.mjs. (and perhaps replaced with video)

See: