Migration to Cypress@13
Use cypress-cloud with Cypress@13
npm i cypress-cloud@betarequire("cypress-cloud/support");Last updated
Was this helpful?
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/support to cypress support file
require("cypress-cloud/support");If you have existing plugins, please take a minute to review the 🤦🏻♂️ common pitfalls of multi-plugin setup
Please let us know if you have troubles with the installation or experience any issues!
Last updated
Was this helpful?
Was this helpful?