1.0.0 • Published 8 years ago

a11y-junit-reporter v1.0.0

Weekly downloads
10
License
Apache-2.0
Repository
github
Last release
8 years ago

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 page
  • audit: the audit property of the result object returned by the a11y audit
  • endTimestamp: the end of the audit execution
  • duration: the audit execution duration

returns:

  • a String that contains the JUnit report