Skip to content

kmudrick/node-qunit-phantomjs-istanbul

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Run QUnit unit tests in a headless PhantomJS instance without using Grunt

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%