3.0.0 • Published 1 year ago

@uirouter/cypress-runner v3.0.0

Weekly downloads
146
License
MIT
Repository
github
Last release
1 year ago

cypress-runner

Serves an app, and runs cypress e2e tests

Usage:

Usage: cypress-runner.js [open|run] [options]

Commands:
  cypress-runner.js open  Open the cypress UI
  cypress-runner.js run   Runs the cypress test suite

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]
  --path     The path to serve files from                      [default: "dist"]
  --port     The port to serve files from                        [default: 4000]

Specify either "open" or "run"

Examples

Run your cypress e2e tests against the SPA located in dist:

cypress-runner run --path dist

Opens the cypress UI to interactively run e2d tests against the SPA located in dist:

cypress-runner open --path dist
3.0.0

1 year ago

2.0.0

2 years ago

1.1.0

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago