tap-nyan

1.1.0 • Public • Published

tap-nyan

NYAN TAP output inspired by blatantly copied from Mocha's nyan reporter with much tap material taken from Scott Corgan's awesome tap-spec reporter. Very rough at the moment.

screen shot

Colors

The Nyan cat color scheme will automatically be downgraded to ANSI on terminals that doesn't support 265 colors.

For CLI color options see the supports-color module.

Install

npm install tap-nyan --save-dev

Usage

packge.json

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

Then run with npm test

Terminal

node test/test.js | node_modules/.bin/tnyan

Testling

npm install testling -g
testling test/test.js | node_modules/.bin/tnyan

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    5,953
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    5,953
  • 1.0.0
    0
  • 0.0.2
    69
  • 0.0.1
    1

Package Sidebar

Install

npm i tap-nyan

Weekly Downloads

6,023

Version

1.1.0

License

MIT

Last publish

Collaborators

  • cwmma