scottcorgan / Tap Spec
Licence: mit
Formatted TAP output like Mocha's spec reporter
Stars: ✭ 268
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
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
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
MysteryCrate
PLUGIN ARCHIVED. USE https://github.com/DaPigGuy/PiggyCrates instead!
Stars: ✭ 30 (-88.81%)
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
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
Formatted TAP output like Mocha's spec reporter
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].