This is the command tap that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
tap.js - Test-Anything-Protocol module for Node.js
DESCRIPTION
Usage:
tap <options> <files>
Run the files as tap tests, parse the output, and report the results
OPTIONS
--stderr
Print standard error output of tests to standard error.
--tap Print raw tap output.
--diag Print diagnostic output for passed tests, as well as failed. (Implies --tap)
--gc Expose the garbage collector to tests.
--timeout
Maximum time to wait for a subtest, in seconds. Default: 30
--debug
Pass the '--debug' flag to node for debugging
--debug-brk
Pass the '--debug-brk' flag to node for debugging
--strict
Enforce strict mode when running tests.
--harmony
Enable harmony features for tests.
--version
Print the version of node tap.
--help Print this help.
Please report bugs! https://github.com/isaacs/node-tap/issues
Use tap online using onworks.net services