@quasar/testing graduates to RC
-
Big updates for @quasar/testing
- @quasar/testing => 1.0.0-rc.4
- @quasar/testing-unit-jest => 1.0.0-beta.18
- @quasar/testing-unit-ava => 1.0.0-beta.7
https://github.com/quasarframework/quasar-testing
Featuring the “new” way to invoke testing (e.g.):
$ quasar test --unit jest $ quasar test --e2e cypress # will automatically start a dev server for you :D $ quasar test --e2e cypress --dev ssr # but maybe you need to test the ssr dev server
If you haven’t started testing, it’s super simple. Within your project folder run:
$ quasar ext add @quasar/testing
We’ve got a lot planned, so if there is something amiss or something you are missing, please visit the GITHUB repo and file an issue (or visit the dedicated #testing channel on discord)