karma-tap

Karma Adapter to tape testing framework

ISC 24 个版本
安装
npm install karma-tap
yarn add karma-tap
pnpm add karma-tap
bun add karma-tap
README

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

版本列表
4.2.0 2020-02-13
4.1.4 2018-04-28
4.1.3 2018-02-04
4.1.2 2018-02-04
4.1.1 2018-02-02
4.1.0 2018-01-30
4.0.0 2018-01-18
3.2.1 2018-02-04
3.2.0 2018-02-02
3.1.1 2016-10-14
3.1.0 2016-10-08
3.0.1 2016-08-27
3.0.0-rc.1 2016-08-18
2.1.4 2016-08-12
2.1.3 2016-08-12
2.1.2 2016-08-12
2.1.1 2016-08-12
2.0.1 2016-07-11
2.0.0 2016-07-11
1.0.4 2016-03-07
1.0.3 2015-01-09
1.0.2 2015-01-08
1.0.1 2014-12-02
1.0.0 2014-12-02