Détail du package

xunit-html-cov

2008chny14MIT0.0.2

The XunitHTMLCov reporter is similar to the xunit and html reporter, however when run against a library instrumented by node-jscoverage it will produce coverage output.

mocha, xunit, html, file

readme

Mocha Xunit-html-cov Reporter

xunit-html-cov

The XunitHTMLCov reporter is similar to the xunit and html reporter, however when run against a library instrumented by node-jscoverage it will produce coverage output.

How to use

  • Add "xunit-html-cov" to your Mocha's reporters path
  • Run mocha with -R xunit-html-cov or --reporter xunit-html-cov
  • The xunit-html-cov is stored in process.cwd() or a given path in the config.json

Credits

This reporter is just the original xunit reporter and html reporter from mocha.