1VOWS(1) User Commands VOWS(1)
2
3
4
6 vows - Asynchronous behavior-driven development (BDD) framework
7
9 Usage: vows [FILE, ...] [options]
10
12 Vows is an asynchronous behavior-driven development (BDD) framework for
13 Node.js.
14
15 Vows was built from the ground up to test asynchronous code. It exe‐
16 cutes your tests in parallel when it makes sense, and sequentially when
17 there are dependencies. Emphasis was put on speed of execution, clarity
18 and user experience.
19
21 -v, --verbose
22 Enable verbose output
23
24 -w, --watch
25 Watch mode
26
27 -s, --silent
28 Don't report
29
30 -i, --isolate
31 Run each test in it's own vows process
32
33 -m PATTERN Only run tests matching the PATTERN string
34
35 -r PATTERN Only run tests matching the PATTERN regexp
36
37 --json Use JSON reporter
38
39 --spec Use Spec reporter
40
41 --tap Use TAP reporter
42
43 --dot-matrix
44 Use Dot-Matrix reporter
45
46 --xunit
47 Use xUnit reporter
48
49 --cover-plain
50 Print plain coverage map if detected
51
52 --cover-html
53 Write coverage map to "coverage.html"
54
55 --cover-json
56 Write unified coverage map to "coverage.json"
57
58 --cover-xml
59 Write coverage map to "coverage.xml" in Emma xml
60
61 --no-color
62 Don't use terminal colors
63
64 --version
65 Show version
66
67 -h, --help
68 You're staring at it
69
71 Please report bugs on the GitHub issue tracker:
72 <https://github.com/cloudhead/vows/issues>
73
74
75
76vows 0.7.0 April 2013 VOWS(1)