a11y-junit-reporter
v1.0.0
Published
JUnit reporter for a11y module
Downloads
2
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
: theaudit
property of the result object returned by thea11y
auditendTimestamp
: the end of the audit executionduration
: the audit execution duration
returns:
- a
String
that contains the JUnit report