Migration to Cypress@13
Use cypress-cloud with Cypress@13
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@beta
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 modified 2d ago