Releases: quasarframework/quasar-testing
Releases · quasarframework/quasar-testing
@quasar/testing-e2e-cypress v4.1.2
@quasar/testing-e2e-cypress v4.1.1
What's Changed
Feat
- use a package-manager-agnostic way to check the installed bundler (fix: #223) by @lavoscore in #224
New Contributors
- @lavoscore made their first contribution in #224
Full Changelog: e2e-cypress-v4.1.0...e2e-cypress-v4.1.1
@quasar/testing-e2e-cypress v4.1.0
Check out optional migration steps here
Chore
Feat
- support
@quasar/app-vite
- support code coverage for Vite CLI (deprecate usage of E2E_TEST env variable)
Refactor
@quasar/testing v2.0.3
Feat
- Support
@quasar/app-webpack
, which from now on will replace@quasar/app
@quasar/testing-e2e-cypress v4.0.2
4.0.1 only contained README updates
Feat
- Support
@quasar/app-webpack
, which from now on will replace@quasar/app
@quasar/testing-e2e-jest v3.0.0-alpha.10
Feat
- Support
@quasar/app-webpack
, which from now on will replace@quasar/app
- Add Dialog testing example (published as v3.0.0-alpha.9)
@quasar/testing-e2e-cypress v4.0.0
Package promoted to stable, there's no changes from previous beta release
Install it by running quasar ext add @quasar/testing-e2e-cypress
Check out the updated docs and the related migration guide
@quasar/testing-e2e-jest v3.0.0-alpha.8
Fix:
- fix(jest): fix wrong import into example test 7b82f81
@quasar/testing-e2e-cypress v4.0.0-beta.9
This version is likely the final one before releasing Cypress AE as stable, ETA first weeks of January
Feat:
- use Cypress 9 BREAKING CHANGE
Test:
- add minimal tests for
dataCy
command andhave.color
|have.backgroundColor
assertions
@quasar/testing-e2e-cypress v4.0.0-beta.8
Feat:
- add
within[Portal|Menu|SelectMenu|Dialog]
command to ease testing Portal-based components
Docs:
- add caveats about QSelect testing