e2e-testcafe plugin(ui) for vue-cli 3.x
This adds E2E testing support using TestCafe.
- Run TestCafe tests in Chrome with
vue-cli-service testcafe
-
vue-cli-service testcafe
run e2e tests with testcafe.
We've pre-configured TestCafe to place most of the e2e testing related files under <projectRoot>/tests/e2e
.
Originally based off of https://github.com/1600133971/vue-cli-plugin-e2e-st-testcafe