nodeunit-browser-tap

0.1.0 • Public • Published

nodeunit-browser-tap

Nodeunit browser-side TAP reporter for use with Testling CI.

browser support

dependencies

Like Nodeunit's baked-in TAP reporter, but meant to run in the browser following Testling's convention of writing test results to console.log.

Usage

npm install nodeunit-browser-tap

Write your test.js

var nodeunit = require('nodeunit-browser-tap');

nodeunit.run([{
  "Ceci nes't pas une test": function(test) {
    test.notStrictEqual(this, 'une test');
    test.done();
  }
}]);

And run it. Browserify and Testling make this easy

browserify test.js | testling

Self Hosted Tests

npm install && npm test

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    2
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i nodeunit-browser-tap

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • hurrymaplelad