expresso (1) Linux Manual Page
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,–jsonPATH- Used in conjunction with
–coverage, ouput JSON coverage to PATH -q,–quiet- Suppress coverage report if 100%
-t,–timeoutMS- Timeout in milliseconds, defaults to 2000
-r,–requirePATH- Require the given module path
-o,–onlyTESTS- Execute only the comma sperated TESTS (can be set several times)
-m,–matchEXP- Execute only tests matching a given regular expression (can be set several times)
-p,–portNUM- 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>
