Skip to content

Releases: quasarframework/quasar-testing

@quasar/testing-e2e-cypress v6.3.0

Choose a tag to compare

@IlCallo IlCallo released this 02 Jun 23:30

Check out the migration guide here

What's Changed

  • chore(cypress): support Cypress 15
  • test: remove test-vite-app-v1-vite4 test project, as it's incompatible with the test system due to Node and Vite version mismatch
  • test: test: remove test-vite-app-v1-vite5 test project, as it's incompatible with the test system due to Cypress v15 conflicts with non-ESM-ready packages
  • test: test: remove test-webpack-app-v3 test project, as it's incompatible with the test system due to Cypress v15 conflicts with non-ESM-ready packages

Next major version

It has been increasingly difficult to support older Cypress versions and this slowed us down considerably in supporting new versions.
Due to this, v6.3 is the last version for v6 major version

v6.3 is meant to ease the migration to the next major release (Cypress AE v7), allowing you to install and use Cypress 15 before we drop support for the these packages versions:

  • Cypress < v15
  • ESLint < v9
  • eslint-plugin-cypress < v5 (drops support for non-flat ESLint config)
  • @quasar/app-webpack < v4 (drops support for Webpack < v5)
  • @quasar/app-vite < v2 (drops support for Vite < v6)
  • Node < v20

@quasar/testing-unit-vitest v1.2.3

Choose a tag to compare

@IlCallo IlCallo released this 02 May 15:06

@quasar/testing-e2e-cypress v6.2.0

Choose a tag to compare

@IlCallo IlCallo released this 02 May 14:46

Check out the migration guide here

What's Changed

  • chore(cypress): support Cypress 14 and ESLint v9 by @n05la3 in #391
  • fix(cypress): adjust generated cypress config to prevent breaking component tests that load public assets, fix #379 by @n05la3 in #392

Next major version

It has been increasingly difficult to support older Cypress versions and this slowed us down considerably in supporting new versions.
Due to this, v6.2 this will likely be the last version for v6 major version

You can expect the support for these packages versions to dropped in the next major version (Cypress AE v7):

  • Cypress < v15
  • ESLint < v9
  • eslint-plugin-cypress < v4
  • @quasar/app-webpack < v4
  • @quasar/app-vite < v2
  • Node < v22

@quasar/testing-unit-vitest v1.1.0

Choose a tag to compare

@IlCallo IlCallo released this 28 Aug 15:16

@quasar/testing-e2e-jest v3.0.1

Choose a tag to compare

@IlCallo IlCallo released this 10 Jul 11:39

@quasar/testing-e2e-jest v3.0.0

Choose a tag to compare

@IlCallo IlCallo released this 20 Jun 11:32

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

New Contributors

Full Changelog: e2e-cypress-v6.0.0...unit-jest-v3.0.0

@quasar/testing-e2e-cypress v6.1.0

Choose a tag to compare

@IlCallo IlCallo released this 17 Apr 13:57

This version is needed to support changes applied in Quasar 2.14.6

What's Changed

Full Changelog: unit-vitest-v1.0.0...e2e-cypress-v6.1.0

@quasar/testing-unit-vitest v1.0.0

Choose a tag to compare

@IlCallo IlCallo released this 01 Mar 14:45

What's Changed

@quasar/testing-e2e-cypress v6.0.0

Choose a tag to compare

@IlCallo IlCallo released this 01 Mar 14:44

What's Changed

  • [BREAKING CHANGE]: dropped support for Node 14 and 16
  • bump all dependencies

@quasar/testing-e2e-cypress v5.2.1

Choose a tag to compare

@IlCallo IlCallo released this 23 Feb 12:37

What's Changed

  • fix(cypress): await in vModelAdapter to ensure we don't need to call nextTick() in tests by @n05la3 in #364