vows (1) Linux Manual Page
vows – Asynchronous behavior-driven development (BDD) framework
Synopsis
Usage: vows [FILE, …] [options]Description
Vows is an asynchronous behavior-driven development (BDD) framework for Node.js. Vows was built from the ground up to test asynchronous code. It executes your tests in parallel when it makes sense, and sequentially when there are dependencies. Emphasis was put on speed of execution, clarity and user experience.
Options
- -v, –verbose
- Enable verbose output
- -w, –watch
- Watch mode
- -s, –silent
- Don’t report
- -i, –isolate
- Run each test in it’s own vows process
- -m
- PATTERN Only run tests matching the PATTERN string
- -r
- PATTERN Only run tests matching the PATTERN regexp
- –json
- Use JSON reporter
- –spec
- Use Spec reporter
- –tap
- Use TAP reporter
- –dot-matrix
- Use Dot-Matrix reporter
- –xunit
- Use xUnit reporter
- –cover-plain
- Print plain coverage map if detected
- –cover-html
- Write coverage map to "coverage.html"
- –cover-json
- Write unified coverage map to "coverage.json"
- –cover-xml
- Write coverage map to "coverage.xml" in Emma xml
- –no-color
- Don’t use terminal colors
- –version
- Show version
- -h, –help
- You’re staring at it
