1.2.0 • Published 1 year ago

@tap-ogg/tap-nyan v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 256 colors.

For CLI color options see the supports-color module.

Install

npm install @tap-ogg/tap-nyan --save-dev

or

yarn add -D @tap-ogg/tap-nyan

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