All Projects → bySabi → karma-tap

bySabi / karma-tap

Licence: ISC license
Let your Karma tests to consume TAP output

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to karma-tap

tropic
🍍 Test Runner Library
Stars: ✭ 29 (+0%)
Mutual labels:  tap, karma
Bats Core
Bash Automated Testing System
Stars: ✭ 2,820 (+9624.14%)
Mutual labels:  tap
Gesturerecognizerclosures
Closure support for handling gesture recognizers in Swift.
Stars: ✭ 84 (+189.66%)
Mutual labels:  tap
Homebrew Services
🚀 Manage background services with macOS' launchctl daemon manager
Stars: ✭ 1,656 (+5610.34%)
Mutual labels:  tap
Homebrew Livecheck
💀 Homebrew/homebrew-livecheck (deprecated)
Stars: ✭ 104 (+258.62%)
Mutual labels:  tap
Zunit
A powerful testing framework for ZSH projects
Stars: ✭ 140 (+382.76%)
Mutual labels:  tap
Tap Facebook
Singer.io tap for Facebook Marketing API
Stars: ✭ 71 (+144.83%)
Mutual labels:  tap
homebrew-apple-fonts
Easily install Apples fonts using homebrew.
Stars: ✭ 12 (-58.62%)
Mutual labels:  tap
Homebrew Terraforms
Homebrew repository for a Terraform version switcher and all Terraform versions
Stars: ✭ 174 (+500%)
Mutual labels:  tap
Androiduigesturerecognizer
AndroidGestureRecognizer is an Android implementation of the Apple's UIGestureRecognizer framework
Stars: ✭ 119 (+310.34%)
Mutual labels:  tap
Ava Ts
🚀 Fork of the AVA test runner with native typescript support
Stars: ✭ 114 (+293.1%)
Mutual labels:  tap
Tappy
Python Test Anything Protocol (TAP) tools
Stars: ✭ 106 (+265.52%)
Mutual labels:  tap
Reflow
Content-routable socks5 proxy switcher for your entire LAN.
Stars: ✭ 170 (+486.21%)
Mutual labels:  tap
Homebrew Core
🍻 Default formulae for the missing package manager for macOS (or Linux)
Stars: ✭ 10,450 (+35934.48%)
Mutual labels:  tap
Tape Run
Headless tape test runner
Stars: ✭ 221 (+662.07%)
Mutual labels:  tap
Water
A simple TUN/TAP library written in native Go.
Stars: ✭ 1,198 (+4031.03%)
Mutual labels:  tap
Zap
A streamable structured interface for real time reporting of developer tools.
Stars: ✭ 114 (+293.1%)
Mutual labels:  tap
React Cursor Position
A React component that decorates its children with mouse and touch coordinates relative to itself.
Stars: ✭ 136 (+368.97%)
Mutual labels:  tap
osint
Docker image for osint
Stars: ✭ 92 (+217.24%)
Mutual labels:  karma
Homebrew Command Not Found
🔍 Ubuntu’s command-not-found equivalent for Homebrew on macOS
Stars: ✭ 236 (+713.79%)
Mutual labels:  tap

Karma TAP adapter

npm version npm downloads Build Status Windows Tests Donate

This Karma adapter reads TAP output from runners like tape into Karma

Works with Karma 1, 2, 3 and 4

Installation

npm

npm install karma-tap --save-dev

ES5 browser support

If needed ES5 browser support, Ex. IE11, use karma-tap 3.x.x branch

Configuration Example

karma.conf.js

module.exports = function(config) {
  config.set({
    frameworks: ['browserify', 'tap'],
    files: [
      'test/**/*.js'
    ],
    preprocessors: {
      'test/**/*.js': [ 'browserify' ]
    }
  });
};

Projects using karma-tap

TAP Protocol

Support TAP Protocol version 13

Credits

author

current mantainers

contributors

Contributing

  • Documentation improvement
  • Feel free to send any PR

License

ISC

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].