expresso (1) - Linux Manuals
expresso: A JavaScript TDD framework written for Node.js
Command to display expresso manual in Linux: $ man 1 expresso
NAME
expresso - A JavaScript TDD framework written for Node.js
SYNOPSIS
Usage: expresso [options] <file ...>
DESCRIPTION
Expresso is a JavaScript test-driven development (TDD) framework written for
Node.js. Expresso is extremely fast, and is packed with features including
additional assertion methods and code coverage reporting.
OPTIONS
- -g, --growl
-
Enable growl notifications
- -c, --coverage
-
Generate and report test coverage
- -j, --json PATH
-
Used in conjunction with --coverage, ouput JSON coverage to PATH
- -q, --quiet
-
Suppress coverage report if 100%
- -t, --timeout MS
-
Timeout in milliseconds, defaults to 2000
- -r, --require PATH
-
Require the given module path
- -o, --only TESTS
-
Execute only the comma sperated TESTS (can be set several times)
- -m, --match EXP
-
Execute only tests matching a given regular expression (can be set several times)
- -p, --port NUM
-
Port number for test servers, starts at 5555
- -s, --serial
-
Execute tests serially
- -b, --boring
-
Suppress ansi-escape colors
- -v, --version
-
Output version number
- -h, --help
-
Display help information
AUTHORS
The main author of expresso is TJ Holowaychuk <
tj [at] vision-media.ca>.
For a more complete list of contributors, see the GitHub page at
<
https://github.com/visionmedia/expresso>
REPORTING BUGS
Please report bugs on the GitHub issue tracker:
<
https://github.com/visionmedia/expresso/issues>