@quasar/testing-e2e-cypress v5.0.0 beta 9 - Cypress 11 support and fixes
Pre-release
Pre-release
IlCallo
released this
24 Nov 10:40
·
147 commits
to dev
since this release
We skipped some release notes, this one packs changes from all beta releases since beta.1
In beta.7 we switched to Cypress 11, which is breaking change but won't affect the vast majority of the projects.
It avoids us to release a new major version right after releasing v5 as stable
There's an outstanding issue with code coverage in Vite projects due to an upstream dependency, we probably won't go stable until that one is solved
What's Changed
- feat(cypress): allow code coverage on builds by @yusufkandemir in #281
- fix(cypress): restore code coverage capability with dev server by @cailloumajor in #300
- fix(cypress): import styles in correct order by @devidw in #303
- fix(cypress): fix support file extension in JS config
- fix(cypress): use CJS syntax for JS config file
- fix(cypress): fix some test files naming and extension
- chore(cypress): bump Cypress to v11
- feat(cypress): autodetect Cypress version from peerDependencies
- docs(cypress): add instructions for projects without a CSS preprocessor
New Contributors
- @yusufkandemir made their first contribution in #281
- @cailloumajor made their first contribution in #300
Full Changelog: e2e-cypress-v5.0.0-beta.1...e2e-cypress-v5.0.0-beta.9