1.0.0 • Published 9 years ago
a11y-junit-reporter v1.0.0
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
1.0.0
9 years ago