Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLI #41

Open
per-gron opened this issue Dec 8, 2014 · 0 comments
Open

Add CLI #41

per-gron opened this issue Dec 8, 2014 · 0 comments

Comments

@per-gron
Copy link
Owner

per-gron commented Dec 8, 2014

Usage: overman [options] [test files...]

Application that runs tests.

Options:

  -h, --help                      Print usage information
  -V, --version                   Print the version of Overman
  -R, --reporter <path>           Specify path to reporter (default is spec)
  -I, --interface <path>          Specify path to test interface (default is bdd)
  --interface-parameter <param>   Specify parameter to test interface
  -a, --attempts <number>         Specify number of times a test should be run
  -p, --parallelism <number>      Specify the number of tests to be run in parallel
  -O, --disallow-only             Fail if any test is marked as only
  -g, --grep <pattern>            Only run tests matching <pattern>
  -i, --invert                    Inverts --grep matches
  -t, --timeout <ms>              Set test-case timeout
  -l, --listing-timeout <ms>      Set test listing timeout
  -G, --grace-time <ms>           Set the time a test has to exit after timeout
  -s, --slow <ms>                 "Slow" test threshold
  -c, --colors                    Force enabling of colors
  -C, --no-colors                 Force disabling of colors
  -b, --bail                      Bail after first test failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant