1. tap-nyan
Formatted TAP output like Mocha's spec reporter
tap-nyan
Package: tap-nyan
Created by: calvinmetcalf
Last modified: Mon, 27 Jun 2022 03:50:12 GMT
Version: 1.1.0
License: MIT
Downloads: 29,325
Repository: https://github.com/calvinmetcalf/tap-nyan

Install

npm install tap-nyan
yarn add tap-nyan

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

Dependencies

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code