Releases: quasarframework/quasar-testing
@quasar/testing-e2e-jest v3.0.0-alpha.7
4.0.0-beta.6 only contained README updates
New features listed here are applied to scaffolded files and will require manual tweaks to be applied in projects using a previous version of this package.
Check out the updated docs and migration guide here
Feat:
- Use Quasar ESM build (transpiled with Babel) instead of CJS SSR one (#186)
- Disable project-wide type-checking into TS projects
Docs
- update README and migration guide
@quasar/testing-e2e-cypress v4.0.0-beta.7
4.0.0-beta.5 only contained README updates
4.0.0-beta.6 was a faulty package and has been unpublished
Feat:
- support Cypress Component Testing
Breaking changes:
- there has been a few breaking changes to support this new feature, check out the updated migration guide
@quasar/testing v2.0.0
Package promoted to stable, there's no changes from previous beta release
@quasar/testing-e2e-jest v3.0.0-alpha.5
Try it out running quasar ext add @quasar/testing-unit-jest@alpha
Check out the updated docs here
Chore:
- require Quasar > v2.0.4 BREAKING CHANGE
- upgrade eslint-plugin version
Feat:
- simplify usage of VTU
findComponent
with Quasar components for TS
@quasar/testing v2.0.0-beta.3
Fix:
- revert
strip-ansi
upgrade to avoid ESM error
@quasar/testing-e2e-jest v3.0.0-alpha.3
Try it out running quasar ext add @quasar/testing-unit-jest@alpha
Check out the updated docs here
Chore:
- use new
@vue/test-utils
v2, see its migration guide BREAKING CHANGE - require Quasar v2 stable BREAKING CHANGE
Feat:
- support Quasar v2
- drop support for Quasar v1 BREAKING CHANGE
- remove
mountQuasar
/mountFactory
wrappers in favor of a one-time-per-suiteinstallQuasarPlugin
helper BREAKING CHANGE - removed some features/helpers to release the alpha package sooner BREAKING CHANGE
Docs:
- add migration guide from Jest AE v2 / Qv1
@quasar/testing v2.0.0-beta.2
Try it out running quasar ext add @quasar/testing@beta
Chore:
- require Qv2 stable
Fix:
- only show Qv2-compatible testing AEs
@quasar/testing-e2e-cypress v4.0.0-beta.4
Chore:
- upgrade to use Cypress 8 [BREAKING CHANGE]
@quasar/testing-e2e-cypress v4.0.0-beta.3
Chore:
- require Qv2 stable
Docs:
- add migration guide from Cypress AE v3 / Qv1
@quasar/testing-e2e-cypress v4.0.0-beta.1
Try it out running quasar ext add @quasar/testing-e2e-cypress@beta
Check out the updated docs here
Chore:
- update Cypress to v7.4, see migration guide and release notes from 7.0 to 7.4 BREAKING CHANGE
Feat:
- support Quasar v2
- drop support for Quasar v1 BREAKING CHANGE
- export Quasar commands and related types directly from the package instead of scaffolding them.
You can safely replace them intotest/cypress/support/command
with a simplerimport '@quasar/quasar-app-extension-testing-e2e-cypress';
. This will allow us to provide you fixes for those commands in the future and give you new ones as they're developed - enhanced
testRoute
command to useminimatch
, allowing you to use glob sintax BREAKING CHANGE
Docs:
- add a section about Quasar input components usage with Cypress