Blob Blame History Raw
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.12.
.TH EXPRESSO "1" "February 2013" "expresso 0.9.2" "User Commands"
.SH NAME
expresso \-  A JavaScript TDD framework written for Node.js
.SH SYNOPSIS
Usage: expresso [options] <file ...>
.SH 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.
.SH OPTIONS
.TP
\fB\-g\fR, \fB\-\-growl\fR
Enable growl notifications
.TP
\fB\-c\fR, \fB\-\-coverage\fR
Generate and report test coverage
.TP
\fB\-j\fR, \fB\-\-json\fR PATH
Used in conjunction with \fB\-\-coverage\fR, ouput JSON coverage to PATH
.TP
\fB\-q\fR, \fB\-\-quiet\fR
Suppress coverage report if 100%
.TP
\fB\-t\fR, \fB\-\-timeout\fR MS
Timeout in milliseconds, defaults to 2000
.TP
\fB\-r\fR, \fB\-\-require\fR PATH
Require the given module path
.TP
\fB\-o\fR, \fB\-\-only\fR TESTS
Execute only the comma sperated TESTS (can be set several times)
.TP
\fB\-m\fR, \fB\-\-match\fR EXP
Execute only tests matching a given regular expression (can be set several times)
.TP
\fB\-p\fR, \fB\-\-port\fR NUM
Port number for test servers, starts at 5555
.TP
\fB\-s\fR, \fB\-\-serial\fR
Execute tests serially
.TP
\fB\-b\fR, \fB\-\-boring\fR
Suppress ansi\-escape colors
.TP
\fB\-v\fR, \fB\-\-version\fR
Output version number
.TP
\fB\-h\fR, \fB\-\-help\fR
Display help information
.SH AUTHORS
The main author of expresso is TJ Holowaychuk <\fBtj@vision-media.ca\fR>.
For a more complete list of contributors, see the GitHub page at
<\fBhttps://github.com/visionmedia/expresso\fR>
.SH REPORTING BUGS
Please report bugs on the GitHub issue tracker:
<\fBhttps://github.com/visionmedia/expresso/issues\fR>