Skip to content

@quasar/testing-e2e-cypress v6.3.0

Latest

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