Skip to content

Releases: quasarframework/quasar-testing

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

10 Dec 18:26
Compare
Choose a tag to compare
Pre-release

4.0.0-beta.6 only contained README updates

New features listed here are applied to scaffolded files and will require manual tweaks to be applied in projects using a previous version of this package.
Check out the updated docs and migration guide here

Feat:

  • Use Quasar ESM build (transpiled with Babel) instead of CJS SSR one (#186)
  • Disable project-wide type-checking into TS projects

Docs

  • update README and migration guide

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

26 Nov 17:50
Compare
Choose a tag to compare

4.0.0-beta.5 only contained README updates
4.0.0-beta.6 was a faulty package and has been unpublished

Feat:

  • support Cypress Component Testing

Breaking changes:

@quasar/testing v2.0.0

16 Nov 17:20
Compare
Choose a tag to compare

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

@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