e2e-cypress-v5.0.0-beta.9
版本发布时间: 2022-11-24 18:40:23
quasarframework/quasar-testing最新发布版本:unit-vitest-v1.1.0(2024-08-28 23:16:32)
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 https://github.com/quasarframework/quasar-testing/pull/281
- fix(cypress): restore code coverage capability with dev server by @cailloumajor in https://github.com/quasarframework/quasar-testing/pull/300
- fix(cypress): import styles in correct order by @devidw in https://github.com/quasarframework/quasar-testing/pull/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 https://github.com/quasarframework/quasar-testing/pull/281
- @cailloumajor made their first contribution in https://github.com/quasarframework/quasar-testing/pull/300
Full Changelog: https://github.com/quasarframework/quasar-testing/compare/e2e-cypress-v5.0.0-beta.1...e2e-cypress-v5.0.0-beta.9