Skip to content

Releases: quasarframework/quasar-testing

@quasar/testing-e2e-jest v3.0.0-alpha.5

03 Nov 11:31
Compare
Choose a tag to compare
Pre-release

Try it out running quasar ext add @quasar/testing-unit-jest@alpha
Check out the updated docs here

Chore:

  • require Quasar > v2.0.4 BREAKING CHANGE
  • upgrade eslint-plugin version

Feat:

  • simplify usage of VTU findComponent with Quasar components for TS

@quasar/testing v2.0.0-beta.3

17 Sep 08:49
Compare
Choose a tag to compare
Pre-release

Fix:

  • revert strip-ansi upgrade to avoid ESM error

@quasar/testing-e2e-jest v3.0.0-alpha.3

23 Jul 11:08
Compare
Choose a tag to compare
Pre-release

Try it out running quasar ext add @quasar/testing-unit-jest@alpha
Check out the updated docs here

Chore:

  • use new @vue/test-utils v2, see its migration guide BREAKING CHANGE
  • require Quasar v2 stable BREAKING CHANGE

Feat:

  • support Quasar v2
  • drop support for Quasar v1 BREAKING CHANGE
  • remove mountQuasar/mountFactory wrappers in favor of a one-time-per-suite installQuasarPlugin helper BREAKING CHANGE
  • removed some features/helpers to release the alpha package sooner BREAKING CHANGE

Docs:

  • add migration guide from Jest AE v2 / Qv1

@quasar/testing v2.0.0-beta.2

20 Jul 08:40
Compare
Choose a tag to compare
Pre-release

Try it out running quasar ext add @quasar/testing@beta

Chore:

  • require Qv2 stable

Fix:

  • only show Qv2-compatible testing AEs

@quasar/testing-e2e-cypress v4.0.0-beta.4

20 Jul 10:31
Compare
Choose a tag to compare

Chore:

  • upgrade to use Cypress 8 [BREAKING CHANGE]

@quasar/testing-e2e-cypress v4.0.0-beta.3

23 Jun 16:46
Compare
Choose a tag to compare

Chore:

  • require Qv2 stable

Docs:

  • add migration guide from Cypress AE v3 / Qv1

@quasar/testing-e2e-cypress v4.0.0-beta.1

03 Jun 11:51
Compare
Choose a tag to compare

Try it out running quasar ext add @quasar/testing-e2e-cypress@beta
Check out the updated docs here

Chore:

Feat:

  • support Quasar v2
  • drop support for Quasar v1 BREAKING CHANGE
  • export Quasar commands and related types directly from the package instead of scaffolding them.
    You can safely replace them into test/cypress/support/command with a simpler import '@quasar/quasar-app-extension-testing-e2e-cypress';. This will allow us to provide you fixes for those commands in the future and give you new ones as they're developed
  • enhanced testRoute command to use minimatch, allowing you to use glob sintax BREAKING CHANGE

Docs:

  • add a section about Quasar input components usage with Cypress

@quasar/testing-e2e-cypress v4.0.0-beta.2

15 Jun 16:09
Compare
Choose a tag to compare

Try it out running quasar ext add @quasar/testing-e2e-cypress@beta

Chore:

  • update Cypress to v7.5

@quasar/testing v2.0.0-beta.1

15 Jun 16:11
Compare
Choose a tag to compare
Pre-release

Try it out running quasar ext add @quasar/testing@beta

Feat:

  • support Quasar v2
  • drop support for Quasar v1 BREAKING CHANGE

@quasar/testing-unit-jest v2.2.2

26 Mar 17:55
Compare
Choose a tag to compare

Chore:

  • update deps
  • align upgrade minimum node version to 10. This isn't a breaking change, but a sync with quasar packages which require it since April 2020

Fix:

  • fix TS error in example test