0.1.2 • Published 7 years ago

colortape v0.1.2

Weekly downloads
87
License
BSD-2-Clause
Repository
github
Last release
7 years ago

colortape

Colorize test results of tape/node-tap.

Travis build status NPM version NPM downloads

Installation

npm install -g colortape

To use with npm test, install locally.

npm install -save-dev colortape

Usage

Wrapper command (recommended)

Use colortape command instead of tape command.

colortape test/foo.js

This usage is recommended because it exits with the same exit code as tape command.

Pipe

Pipe the result of tape command.

tape test/foo.js | colortape

With this usage, don't use the exit code of colortape command. Use $PIPESTATUS instead.

Windows

colortape is not officially supported on Windows because I don't have any Windows box. Here is the CI status on AppVeyor though.

AppVeyor build status

0.1.2

7 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.5

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago