a11y-junit-reporter
v1.0.0
Published
JUnit reporter for a11y module
Maintainers
Readme
a11y-junit-reporter
A JUnit reporter for a11y
Usage
var a11yJunitReporter = require('a11y-junit-reporter');
var junitReport = a11yJunitReporter.generateJUnitReport(url, audit, endTimestamp, duration);with:
url: the url to the audited file/web pageaudit: theauditproperty of the result object returned by thea11yauditendTimestamp: the end of the audit executionduration: the audit execution duration
returns:
- a
Stringthat contains the JUnit report
