Skip to content

Releases: quasarframework/quasar-testing

@quasar/testing-e2e-cypress v4.1.2

29 Apr 10:14
Compare
Choose a tag to compare

@quasar/testing-e2e-cypress v4.1.1

20 Apr 16:26
Compare
Choose a tag to compare

What's Changed

Feat

  • use a package-manager-agnostic way to check the installed bundler (fix: #223) by @lavoscore in #224

New Contributors

Full Changelog: e2e-cypress-v4.1.0...e2e-cypress-v4.1.1

@quasar/testing-e2e-cypress v4.1.0

29 Mar 14:34
Compare
Choose a tag to compare

@quasar/testing v2.0.3

25 Mar 15:49
Compare
Choose a tag to compare

Feat

  • Support @quasar/app-webpack, which from now on will replace @quasar/app

@quasar/testing-e2e-cypress v4.0.2

25 Mar 15:35
Compare
Choose a tag to compare

4.0.1 only contained README updates

Feat

  • Support @quasar/app-webpack, which from now on will replace @quasar/app

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

25 Mar 15:41
Compare
Choose a tag to compare

Feat

  • Support @quasar/app-webpack, which from now on will replace @quasar/app
  • Add Dialog testing example (published as v3.0.0-alpha.9)

@quasar/testing-e2e-cypress v4.0.0

26 Jan 20:22
Compare
Choose a tag to compare

Package promoted to stable, there's 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-jest v3.0.0-alpha.8

18 Jan 12:12
Compare
Choose a tag to compare
Pre-release

Fix:

  • fix(jest): fix wrong import into example test 7b82f81

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

23 Dec 11:00
Compare
Choose a tag to compare

This version is likely the final one before releasing Cypress AE as stable, ETA first weeks of January

Feat:

  • use Cypress 9 BREAKING CHANGE

Test:

  • add minimal tests for dataCy command and have.color | have.backgroundColor assertions

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

17 Dec 18:26
Compare
Choose a tag to compare

Feat:

  • add within[Portal|Menu|SelectMenu|Dialog] command to ease testing Portal-based components

Docs:

  • add caveats about QSelect testing