am-node-tape-runner
v1.2.0
Published
[![Latest Stable Version](https://img.shields.io/npm/v/am-node-tape-runner.svg)](https://www.npmjs.com/package/am-node-tape-runner) [![Build Status](https://img.shields.io/travis/amokrushin/am-node-tape-runner/master.svg)](https://travis-ci.org/amokrushin
Downloads
4
Readme
am-node-tape-runner
Put index.js file into ./test dir
require('am-node-tape-runner');
Then run tests with
node test
Options:
-r, --reporter test reporter
[choices: "dots", "spec", "summary", "tape", "silent"] [default: "dots"]
-c, --coverage coverage reporter
[choices: "console", "html", "json", "json-summary", "lcov", "lcovonly",
"text", "text-lcov", "text-summary"]
--web web server for coverage report [number]
-w, --watch watch for changes [boolean]
--child child process [boolean]
--verbose debug log [boolean]
--coverageDir see nyc --report-dir [string]
-h, --help Show help [boolean]