Cypress v13
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 tofalse
undere2e
incypress.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 fromcypress.config.mjs
. (and perhaps replaced withvideo
)
See:
- https://docs.cypress.io/guides/references/migration-guide (read guides for v11, v12 and v13)
- 76c6574
- f0dd244