All Projects → scottcorgan → Tap Spec

scottcorgan / Tap Spec

Licence: mit
Formatted TAP output like Mocha's spec reporter

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tap Spec

puppet-homebrew
homebrew (+brewcask! +taps!) package installer and provider
Stars: ✭ 17 (-93.66%)
Mutual labels:  tap
homebrew-adobe
@Homebrew tap for @adobe apps and plugins.
Stars: ✭ 24 (-91.04%)
Mutual labels:  tap
tropic
🍍 Test Runner Library
Stars: ✭ 29 (-89.18%)
Mutual labels:  tap
unitest
🌎 Seamless node and browser unit testing with code coverage
Stars: ✭ 28 (-89.55%)
Mutual labels:  tap
tokio-tun
Asynchronous allocation of TUN/TAP devices in Rust using tokio
Stars: ✭ 17 (-93.66%)
Mutual labels:  tap
ip2socks
ip flow to socks, support tun and tap.
Stars: ✭ 35 (-86.94%)
Mutual labels:  tap
cxx-tap
Test Anything Protocol (TAP) Producer for C++
Stars: ✭ 22 (-91.79%)
Mutual labels:  tap
node-bogota
🚀 Run tape tests concurrently with tap-spec output
Stars: ✭ 15 (-94.4%)
Mutual labels:  tap
vollt
Java libraries implementing the IVOA protocol: ADQL, UWS and TAP
Stars: ✭ 21 (-92.16%)
Mutual labels:  tap
react-native-double-click
A Component Wrapper for Double Click/Tap
Stars: ✭ 42 (-84.33%)
Mutual labels:  tap
profext
👣 Profile Extension - A profile 🔎 search engine for accessing my all social media profile in one tap.👨‍💻👩‍. This chrome extension let's you track your profiles on any account in a single click.
Stars: ✭ 43 (-83.96%)
Mutual labels:  tap
tap-go
Test Anything Protocol for Go
Stars: ✭ 23 (-91.42%)
Mutual labels:  tap
MysteryCrate
PLUGIN ARCHIVED. USE https://github.com/DaPigGuy/PiggyCrates instead!
Stars: ✭ 30 (-88.81%)
Mutual labels:  tap
tap-html
📊 an html tap reporter
Stars: ✭ 17 (-93.66%)
Mutual labels:  tap
Rocket-Notes
The World's Fastest Note Taking App. Fast. Simple. Create a note in one tap! Create image and text notes directly from your home screen!
Stars: ✭ 20 (-92.54%)
Mutual labels:  tap
txm
Markdown code example tester; language-agnostic
Stars: ✭ 19 (-92.91%)
Mutual labels:  tap
XamarinFormsGesture
Xamarin Form Gesture Effects
Stars: ✭ 85 (-68.28%)
Mutual labels:  tap
Hover On Touch
A pure Javascript Plugin for an alternative hover function that works on mobile and desktop devices. It triggers a hover css class on »Taphold« and goes to a possible link on »Tap«. It works with all html elements.
Stars: ✭ 256 (-4.48%)
Mutual labels:  tap
tap-xunit
TAP to xUnit XML converter
Stars: ✭ 40 (-85.07%)
Mutual labels:  tap
JHTapTextView
Tap TextView,Text Tap,文本点击
Stars: ✭ 23 (-91.42%)
Mutual labels:  tap

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].