ddry-tap-spec

0.0.3 • Public • Published

ddry-tap-spec

Formatted TAP output like Mocha's spec reporter

This clone of tap-spec is published to get global access to pending specs formatting feature while corresponding PR on the main project is not yet accepted.

iterm - 2 bash - may 29 2015 at 10 17 am screen shot

Install

npm install ddry-tap-spec --save-dev

Usage

Streaming

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

CLI

package.json

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

Then run with npm test

Terminal

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

Testling

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    11
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    11
  • 0.0.2
    2
  • 0.0.1
    1

Package Sidebar

Install

npm i ddry-tap-spec

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

14.4 kB

Total Files

11

Last publish

Collaborators

  • vassiliy.pimkin