Cypress 10
Using Cypress 10 with Currents Dashboard
TL;DR: Cypress 10 works with Currents Dashboard as-is
No action required
Follow the official migration guidelines from Cypress.io team. No other changes are necessary to connect cypress to Currents Dashboard. Read more about What's new in Cypress 10?
Cypress.io team released a major update to their open-source cypress runner on June 1 2022. Congratulations and kudos on the great work !
🎉
There were no changes to the communication protocol with dashboard services, i.e. everything should work as-is.
Keep using
@currents/cli
npm packages and currents
executable wrapper for connecting cypress with Currents Dashboard.Analytics and test history depend on spec file names (including full path) and extensions. Changing the file names or files location will cause losing the data.
If you want to keep the test history and flakiness/failure rate analytics, try preserving your spec file names.
Currents Dashboard was built to be used in your CI environment and doesn't support Cypress UI.
It is a major release of a complex tool - please double check that the issue is not related to cypress runner first, e.g. Cypress.io team has already released 10.0.1.
If you suspect there is a problem with Currents Dashboard and Cypress 10, please contact [email protected] or use the in-app chat.
Last modified 2mo ago