Skip to content

Releases: quasarframework/quasar-testing

@quasar/testing-e2e-cypress v6.1.0

17 Apr 13:57
Compare
Choose a tag to compare

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

01 Mar 14:45
Compare
Choose a tag to compare

What's Changed

@quasar/testing-e2e-cypress v6.0.0

01 Mar 14:44
Compare
Choose a tag to compare

What's Changed

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

@quasar/testing-e2e-cypress v5.2.1

23 Feb 12:37
Compare
Choose a tag to compare

What's Changed

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

@quasar/testing-e2e-cypress v5.2.0

27 Dec 17:30
Compare
Choose a tag to compare

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

13 Sep 19:24
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.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

13 Sep 19:29
Compare
Choose a tag to compare

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)

@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