tap-mocha-reporter
Format a TAP stream using Mocha's set of reporters
Last updated a year ago by isaacs .
ISC · Repository · Bugs · Original npm · Tarball · package.json
$ npm install tap-mocha-reporter 
SYNC missed versions from official npm registry.

tap-mocha-reporter

Format a TAP stream using Mocha's set of reporters

USAGE

On the command line, pipe TAP in, and it'll do its thing.

tap test/*.js | tap-mocha-reporter

You can also specify a reporter with the first argument. The default is spec.

tap test/*.js | tap-mocha-reporter nyan

Programmatically, you can use this as a transform stream.

var TSR = require('tap-mocha-reporter')

fs.createReadStream('saved-test-output.tap')
  .pipe(TSR('dot'))

Current Tags

  • 5.0.4                                ...           latest (a year ago)
  • 4.0.0                                ...           new-yaml (6 years ago)

44 Versions

  • 5.0.4                                ...           a year ago
  • 5.0.3                                ...           3 years ago
  • 5.0.2                                ...           3 years ago
  • 5.0.1                                ...           5 years ago
  • 5.0.0                                ...           5 years ago
  • 4.0.1                                ...           6 years ago
  • 4.0.0                                ...           6 years ago
  • 3.0.9                                ...           6 years ago
  • 3.0.8                                ...           6 years ago
  • 3.0.7                                ...           7 years ago
  • 3.0.6                                ...           7 years ago
  • 3.0.5                                ...           7 years ago
  • 3.0.4                                ...           7 years ago
  • 3.0.3                                ...           8 years ago
  • 3.0.2                                ...           8 years ago
  • 3.0.1                                ...           8 years ago
  • 3.0.0                                ...           8 years ago
  • 2.0.1                                ...           8 years ago
  • 2.0.0                                ...           8 years ago
  • 0.0.27                                ...           8 years ago
  • 0.0.26                                ...           8 years ago
  • 0.0.25                                ...           8 years ago
  • 0.0.24                                ...           9 years ago
  • 0.0.23                                ...           9 years ago
  • 0.0.22                                ...           9 years ago
  • 0.0.21                                ...           9 years ago
  • 0.0.20                                ...           9 years ago
  • 0.0.19                                ...           9 years ago
  • 0.0.18                                ...           9 years ago
  • 0.0.17                                ...           9 years ago
  • 0.0.16                                ...           9 years ago
  • 0.0.15                                ...           9 years ago
  • 0.0.14                                ...           9 years ago
  • 0.0.13                                ...           9 years ago
  • 0.0.12                                ...           9 years ago
  • 0.0.11                                ...           10 years ago
  • 0.0.10                                ...           10 years ago
  • 0.0.9                                ...           10 years ago
  • 0.0.8                                ...           10 years ago
  • 0.0.7                                ...           10 years ago
  • 0.0.6                                ...           10 years ago
  • 0.0.5                                ...           10 years ago
  • 0.0.4                                ...           10 years ago
  • 0.0.3                                ...           10 years ago
Maintainers (1)
Downloads
Total 79
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 7
Dependencies (8)
Dev Dependencies (1)
Dependents (2)

© 2010 - cnpmjs.org x YWFE | Home | YWFE