Suppost Cypress 5.0
See original GitHub issueWith Cypress 5.0 released, could this be added now to peerDependencies? I don’t know if other changes would be needed.
"peerDependencies": { "cypress": "^3.1.1 || ^4.0.2" },
Issue Analytics
- State:
- Created 3 years ago
- Reactions:11
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Changelog - Cypress Documentation
5.0.0. Released 8/19/2020. Summary: Cypress now includes support for test retries! Similar to how Cypress will retry assertions when they fail, test retries ......
Read more >Cypress User Guide v5.0 (2019) - HealthIT.gov
An Open Source Electronic Clinical Quality Measure Testing and. Certification Tool. Cypress User Guide. Version 5.0. July 25, 2019.
Read more >Cypress 5.x Adds Test Retries and Shadow DOM Support
The Cypress team provides a guide to migrating to version 5, including information to enable test retries, a change in the name for...
Read more >cypress - npm
Cypress is a next generation front end testing tool built for the modern web. Latest version: 12.2.0, last published: 6 days ago.
Read more >Supported Cypress Versions - LambdaTest
This documentation will help you learn about the Cypress versions that are supported by LambdaTest.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

🎉 This issue has been resolved in version 0.10.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
This issue seemed to be caused by this line https://github.com/component-driven/cypress-axe/blob/master/src/index.js#L5 Unsure why cypress 5 is unhappy with
axe.source. If I replaceaxe.sourcewithcy.readFile('node_modules/axe-core/axe.min.js')it will solve the issue.