Skip to content

Commit

Permalink
update cli doc
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 23, 2019
1 parent fd6ae63 commit 7a9c0cb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can get help on tap's command line interface by running `tap -h`.
Usage:
tap [options] [<files>]
tap v14.1.9 - A Test-Anything-Protocol library for JavaScript
tap v14.1.10 - A Test-Anything-Protocol library for JavaScript
Executes all the files and interprets their output as TAP formatted test result
data. If no files are specified, then tap will search for testy-looking files,
Expand Down Expand Up @@ -135,6 +135,12 @@ Basic Options:
-T --no-timeout Do not time out tests. Equivalent to --timeout=0.
--files=<files> Alternative way to specify test set rather than using
positional arguments. Supported as an option so that
test file arguments can be specified in .taprc and
package.json files.
Can be set multiple times
Running Parallel Tests:
Tap can run multiple test files in parallel. This generally results in a
Expand Down

0 comments on commit 7a9c0cb

Please sign in to comment.