node-qunit-phantomjs-istanbul

1.0.0 • Public • Published

Run QUnit tests in PhantomJS and capture istanbul code coverage metrics if available.

Asssumes you have pre-instrumented the code being tested.

This was originally forked from node-qunit-phantomjs

Install

npm install --save-dev node-qunit-phantomjs-istanbul

Using

var qunit = require('node-qunit-phantomjs');

qunit('test/js/tests.html', { 'coverageLocation': '/tmp/coverage.json' }, cb);

/node-qunit-phantomjs-istanbul/

    Package Sidebar

    Install

    npm i node-qunit-phantomjs-istanbul

    Weekly Downloads

    3

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • kmudrick