@quasar/testing-unit-jest@v2 and @quasar/testing-unit-cypress@v2 has been released!
-
We just released v2 of Jest and Cypress harnesses as stable
To update, ensure you have version control in place and run:
- Jest:
quasar ext add @quasar/testing-unit-jest
- Cypress:
quasar ext add @quasar/testing-e2e-cypress
Official documentation has been updated too
- Jest: https://testing.quasar.dev/packages/unit-jest/
- Cypress: https://testing.quasar.dev/packages/e2e-cypress/
Changelog:
- Jest: https://github.com/quasarframework/quasar-testing/releases/tag/unit-jest%40v2.0.0
- Cypress: https://github.com/quasarframework/quasar-testing/releases/tag/e2e-cypress%40v2.0.0
Check them out and tell us if you hit any roadblock
- Jest:
-
@Callo awesome work.
-
Great work Callo