1EXPRESSO(1) User Commands EXPRESSO(1)
2
3
4
6 expresso - A JavaScript TDD framework written for Node.js
7
9 Usage: expresso [options] <file ...>
10
12 Expresso is a JavaScript test-driven development (TDD) framework writ‐
13 ten for Node.js. Expresso is extremely fast, and is packed with fea‐
14 tures including additional assertion methods and code coverage report‐
15 ing.
16
18 -g, --growl
19 Enable growl notifications
20
21 -c, --coverage
22 Generate and report test coverage
23
24 -j, --json PATH
25 Used in conjunction with --coverage, ouput JSON coverage to PATH
26
27 -q, --quiet
28 Suppress coverage report if 100%
29
30 -t, --timeout MS
31 Timeout in milliseconds, defaults to 2000
32
33 -r, --require PATH
34 Require the given module path
35
36 -o, --only TESTS
37 Execute only the comma sperated TESTS (can be set several times)
38
39 -m, --match EXP
40 Execute only tests matching a given regular expression (can be
41 set several times)
42
43 -p, --port NUM
44 Port number for test servers, starts at 5555
45
46 -s, --serial
47 Execute tests serially
48
49 -b, --boring
50 Suppress ansi-escape colors
51
52 -v, --version
53 Output version number
54
55 -h, --help
56 Display help information
57
59 The main author of expresso is TJ Holowaychuk <tj@vision-media.ca>.
60 For a more complete list of contributors, see the GitHub page at
61 <https://github.com/visionmedia/expresso>
62
64 Please report bugs on the GitHub issue tracker:
65 <https://github.com/visionmedia/expresso/issues>
66
67
68
69expresso 0.9.2 February 2013 EXPRESSO(1)