Releases: quasarframework/quasar-testing
@quasar/testing-unit-vitest v1.1.0
Check out Vitest 2 migration guide
What's Changed
Full Changelog: unit-jest-v3.0.1...unit-vitest-v1.1.0
@quasar/testing-e2e-jest v3.0.1
@quasar/testing-e2e-jest v3.0.0
This release marks the stable version of Jest AE, let us know if you bump in any problem
Install it by running yarn quasar ext add @quasar/testing-unit-jest
Check out the migration guide
What's Changed
- fix: fix compatibility with quasar 2.16.x (fix #373) by @antonio-masotti in #377
- chore: bump shared and jest deps
New Contributors
- @antonio-masotti made their first contribution in #377
Full Changelog: e2e-cypress-v6.0.0...unit-jest-v3.0.0
@quasar/testing-e2e-cypress v6.1.0
This version is needed to support changes applied in Quasar 2.14.6
What's Changed
- fix(cypress): improve select override by @n05la3 in #369
- fix(cypress): reference the correct icon-set path
Full Changelog: unit-vitest-v1.0.0...e2e-cypress-v6.1.0
@quasar/testing-unit-vitest v1.0.0
@quasar/testing-e2e-cypress v6.0.0
What's Changed
- [BREAKING CHANGE]: dropped support for Node 14 and 16
- bump all dependencies
@quasar/testing-e2e-cypress v5.2.1
@quasar/testing-e2e-cypress v5.2.0
Check out the migration guide here
What's Changed
- Support incoming
@quasar/app-webpack@v4
/@quasar/app-vite@v2
- Support TypeScript 5
- Support Cypress 13
- Automatically detect Typescript projects
- Always scaffold test-related scripts
- Provide instructions on additional linting configuration
- Drop support for Harnesses Manager (now deprecated)
- Allow to customize the port forced when running e2e tests
- Fix scripts hanging on Node 18 on Windows and Mac
@quasar/testing-unit-vitest v0.4.0
This AE is in alpha phase, let us know if you bump in any problem
Install it by running quasar ext add @quasar/testing-unit-vitest
Check out the docs
What's Changed
- Update dependency vitest@^0.34.0
- Support incoming @quasar/app-webpack@v4/@quasar/app-vite@v2
- Automatically detect Typescript projects
- Always scaffold test-related scripts
- Drop support for Harnesses Manager (now deprecated)
@quasar/testing-e2e-jest v3.0.0-beta.7
This AE is in beta phase, let us know if you bump in any problem
Install it by running yarn quasar ext add @quasar/testing-unit-jest@beta
Check out the migration guide
What's Changed
- Support incoming @quasar/app-webpack@v4/@quasar/app-vite@v2
- Automatically detect Typescript projects
- Always scaffold test-related scripts
- Drop support for Harnesses Manager (now deprecated)