Skip to content

Cypress End to End (E2E) Testing

Brian Winkers edited this page May 27, 2022 · 3 revisions

Quasar has built-in support for Cypress testing.

The Cypress test runner for end-to-end testing can be started from yarn:

yarn test:e2e

That will bring up an Electron app that allows you to choose your test and what browser you want to run the tests under.

Clone this wiki locally