tap-spec-dot

0.1.4 • Public • Published

Forked tap-spec TAP reporter, but with dots for passing tests

Install

npm install tap-spec-dot --save-dev

Usage

Streaming

var test = require('tape');
var tapSpec = require('tap-spec-dot');
 
test.createStream()
  .pipe(tapSpec())
  .pipe(process.stdout);

CLI

package.json

{
  "name": "module-name",
  "scripts": {
    "test": "node ./test/tap-test.js | tap-spec-dot"
  }
}

Then run with npm test

Terminal

tape test/index.js | node_modules/.bin/tap-spec-dot

Testling

npm install testling -g
testling test/index.js | node_modules/.bin/tap-spec-dot

Dependencies (8)

Dev Dependencies (1)

Package Sidebar

Install

npm i tap-spec-dot

Weekly Downloads

9

Version

0.1.4

License

MIT

Unpacked Size

13.8 kB

Total Files

11

Last publish

Collaborators

  • alexeyds