karma-tap

4.2.0 • Public • Published

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

Package Sidebar

Install

npm i karma-tap

Weekly Downloads

762

Version

4.2.0

License

ISC

Unpacked Size

469 kB

Total Files

8

Last publish

Collaborators

  • bysabi
  • tmcw