Skip to content

@quasar/testing-e2e-cypress v6.2.0

Compare
Choose a tag to compare
@IlCallo IlCallo released this 02 May 14:46
· 9 commits to dev since this release

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