tap-spec

WebJar for tap-spec

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

tap-spec
Last Version

Last Version

5.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

tap-spec
WebJar for tap-spec
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/scottcorgan/tap-spec

Download tap-spec

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/tap-spec/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>tap-spec</artifactId>
    <version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/tap-spec/
implementation 'org.webjars.npm:tap-spec:5.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/tap-spec/
implementation ("org.webjars.npm:tap-spec:5.0.0")
'org.webjars.npm:tap-spec:jar:5.0.0'
<dependency org="org.webjars.npm" name="tap-spec" rev="5.0.0">
  <artifact name="tap-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='tap-spec', version='5.0.0')
)
libraryDependencies += "org.webjars.npm" % "tap-spec" % "5.0.0"
[org.webjars.npm/tap-spec "5.0.0"]

Dependencies

compile (8)

Group / Artifact Type Version
org.webjars.npm : lodash jar [4.17.10,5)
org.webjars.npm : tap-out jar [2.1.0,3)
org.webjars.npm : through2 jar [2.0.0,3)
org.webjars.npm : repeat-string jar [1.5.2,2)
org.webjars.npm : pretty-ms jar [2.1.0,3)
org.webjars.npm : figures jar [1.4.0,2)
org.webjars.npm : chalk jar [1.0.0,2)
org.webjars.npm : duplexer jar [0.1.1,0.2)

Project Modules

There are no modules declared in this project.

tap-spec NPM version NPM download count

Formatted TAP output like Mocha's spec reporter

iterm - 2 bash - may 29 2015 at 10 17 am screen shot

Install

npm install tap-spec --save-dev

Usage

Streaming

var test = require('tape');
var tapSpec = require('tap-spec');

test.createStream()
  .pipe(tapSpec())
  .pipe(process.stdout);

CLI

package.json

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

Then run with npm test

Terminal

tape test/index.js | node_modules/.bin/tap-spec

Testling

npm install testling -g
testling test/index.js | node_modules/.bin/tap-spec

Versions

Version
5.0.0