8000 GitHub - iongroup/qunit-reporter-junit: A QUnit plugin for producing JUnit-style XML test reports.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iongroup/qunit-reporter-junit

 
 

Repository files navigation

JUnit reporter for QUnit Build Status NPM version

A QUnit plugin that produces JUnit-style XML test reports (e.g. for integration into build tools like Jenkins).

Usage

Include the plugin script after QUnit itself, then implement the jUnitReport hook to do something with the XML string (e.g. upload it to a server):

QUnit.jUnitReport = function(report) {
	console.log(report.xml);
};

Notes

If you're using Grunt, you should take a look grunt-contrib-qunit.

About

A QUnit plugin for producing JUnit-style XML test reports.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.3%
  • HTML 3.7%
0