Skip to content

Releases: quasarframework/quasar-testing

@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

@quasar/testing-e2e-cypress v3.1.0

26 Mar 17:49
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

Feat:

  • make dataCy a dual command
  • support history mode into testRoute

@quasar/testing-unit-jest v2.2.0

14 Jan 11:47
Compare
Choose a tag to compare

Chore:

  • update deps

Fix:

  • correctly retrieve typescript-preset when installing into monorepo with TypeScript option enabled

@quasar/testing-e2e-cypress v3.0.0

14 Jan 11:36
Compare
Choose a tag to compare

Breaking changes:

Fix:

  • fix correctly retrieve typescript-preset when installing into monorepo with TypeScript option enabled

@quasar/testing-unit-jest v2.0.0

11 Sep 08:27
Compare
Choose a tag to compare

Major refactor which provides:

  • refactored and expanded helper functions (mountQuasar/mountFactory)
  • expanded docs
  • updated dependencies
  • TS codebases support
  • out-of-the-box ESLint configuration

@quasar/testing-e2e-cypress v2.0.0

11 Sep 08:40
Compare
Choose a tag to compare

Major refactor which provides:

  • expanded docs
  • updated dependencies (uses Cypress 5)
  • TS codebases support
  • out-of-the-box ESLint configuration

@quasar/testing-v1.0.0 - Stable Release

23 Jun 21:47
Compare
Choose a tag to compare

This is a utility release. Nothing has changed since the previous RC. Keep on testing!!!

@quasar/testing-unit-jest v1.0.0 - Stable Release

23 Jun 21:55
Compare
Choose a tag to compare

This is a utility release. Nothing has changed since the previous RC. Keep on testing!!!

@quasar/testing-security-antivuln-v1.0.0-alpha.1

antivuln

This testing app extension will scan your installed dependencies (the entire chain) and compare them with the list of advisories found here: https://www.npmjs.com/advisories

Should any unsafe packages be found, the AE will warn you and stop your dev or build process if you desire.

You can execute this extension with:

$ quasar test --security antivuln

See this page for more information:
https://github.com/quasarframework/quasar-testing/blob/dev/packages/security-antivuln/README.md

v1.0.0-rc.9 - Security and Dependency Updates

31 May 10:33
Compare
Choose a tag to compare

This release updates dependencies across all submodules, specifically to address the vulnerabilities in Axios and fstream.

Please note:

Due to Lighthouse 5 requiring node 10LTS as minimum version, we have also bumped the minimum level of node required for the quality extension. In the next 30 days we will be bumping the minimum level of node for ALL testing packages.