Migration to Cypress@13
Use cypress-cloud with Cypress@13
We are suspending our support of Cypress test runner version 13+
We will continue to support prior versions of Cypress.
Cypress version 13 introduced breaking changes that require upgrading cypress-cloud package.
The required steps:
Install the compatible version of
cypress-cloud(beta channel as of Sep 06, 2023)
npm i cypress-cloud@betaAdd
cypress-cloud/supportto cypress support file
require("cypress-cloud/support");Please let us know if you have troubles with the installation or experience any issues!
Last updated
Was this helpful?