Skip to content

Releases: quasarframework/quasar-testing

@quasar/testing v2.2.0

13 Sep 14:40
Compare
Choose a tag to compare

THIS PACKAGE HAS BEEN DEPRECATED
See here the deprecation notice, reasons behind it and how to migrate away from this package

@quasar/testing-e2e-cypress v5.1.1

20 Oct 13:15
Compare
Choose a tag to compare

We had to do an emergency release to fix a problem with latest @quasar/app-vite and this resulted in a new feature from v5.2.0 dripping into v5.1.1
Unluckily, since alphas for v5.2.0 were already out, reverting that change now may cause even more problems

We're sorry for the inconvenient, we usually strictly adhere to semver rules

What's Changed

  • [BREAKING CHANGE] Cypress AE now enforces the usage of port 8080 for Cypress tests for all platforms, build targets and bundlers (both Webpack and Vite). It previously varied for each combination and Vite-based projects used "9000" port by default.

Suggested migration path
Update test:e2e and test:e2e:ci scripts to use port "8080"

OR

Upgrade to latest v5.2.x which supports specifying the port to which the app will be forced when running e2e tests

@quasar/testing-unit-vitest v0.3.0

04 May 19:42
Compare
Choose a tag to compare

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.30.1 by @mobsean in #334
  • update dependency vitest@^0.31.0

Full Changelog: unit-vitest-v0.2.1...unit-vitest-v0.3.0

@quasar/testing-unit-vitest v0.2.1

28 Feb 14:04
Compare
Choose a tag to compare

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

@quasar/testing-e2e-cypress v5.1.0

28 Feb 12:10
Compare
Choose a tag to compare

@quasar/testing v2.1.0

14 Feb 09:32
Compare
Choose a tag to compare

New Cypress AE v5 is installed when Cypress testing is selected into the harness manager prompts
The option to install Cypress AE v4 has been removed

@quasar/testing-e2e-cypress v5.0.0

14 Feb 09:27
Compare
Choose a tag to compare

Package promoted to stable, there're no changes from previous beta release

Install it by running quasar ext add @quasar/testing-e2e-cypress
Check out the updated docs and the related migration guide

@quasar/testing-e2e-cypress v5.0.0 beta 11 - Cypress 12 support

28 Dec 14:31
Compare
Choose a tag to compare

We switched to Cypress 12, which is a breaking change (see their migration guide).

We tested against Cypress 11 too, but we won't test against that Cypress version for future releases.

We are sorry for continuously bumping Cypress peer dependency during the beta phase, but Cypress team released 3 major versions in a 6 months time span and we cannot afford to maintain too many major versions of this AE.

Full Changelog: e2e-cypress-v5.0.0-beta.10...e2e-cypress-v5.0.0-beta.11

@quasar/testing-e2e-cypress v5.0.0 beta 10

07 Dec 13:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: e2e-cypress-v5.0.0-beta.9...e2e-cypress-v5.0.0-beta.10

@quasar/testing-e2e-cypress v5.0.0 beta 9 - Cypress 11 support and fixes

24 Nov 10:40
Compare
Choose a tag to compare

We skipped some release notes, this one packs changes from all beta releases since beta.1

In beta.7 we switched to Cypress 11, which is breaking change but won't affect the vast majority of the projects.
It avoids us to release a new major version right after releasing v5 as stable

There's an outstanding issue with code coverage in Vite projects due to an upstream dependency, we probably won't go stable until that one is solved

What's Changed

New Contributors

Full Changelog: e2e-cypress-v5.0.0-beta.1...e2e-cypress-v5.0.0-beta.9