0.2.13 • Published 5 years ago

vue-cli-plugin-ui-testcafe v0.2.13

Weekly downloads
140
License
MIT
Repository
github
Last release
5 years ago

☕️ vue-cli-plugin-ui-testcafe

e2e-testcafe plugin(ui) for vue-cli 3.x

This adds E2E testing support using TestCafe.

Features

Implemented

  • Run TestCafe tests in headless chrome with vue-cli-service testcafe

Injected Commands

  • vue-cli-service testcafe

    run e2e tests with testcafe.

    Options:

    --mode     specify the mode the dev server should run in. (default: development)
    --url      run e2e tests against given url instead of auto-starting dev server
    --file     runs a specific spec file or a directory of spec files

    Additionally, all TestCafe CLI options for testcafe are also supported.

    This command automatically starts a server in development mode to run the e2e tests against. If you want to run the tests multiple times without having to restart the server every time, you can start the server with vue-cli-service serve --mode production in one terminal, and then run e2e tests against that server using the --url option.

Configuration

We've pre-configured TestCafe to place most of the e2e testing related files under <projectRoot>/tests/e2e.

Installing in an Already Created Project

npm install -D vue-cli-plugin-ui-testcafe

For TestCafe Statistics in vue-cli 3.x ui, please install vue-cli-addon-ui-testcafe in npm's global mode.

npm install -g vue-cli-addon-ui-testcafe
0.2.13

5 years ago

0.2.12

5 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago