2.0.0 • Published 1 year ago
axe-reporter-html v2.0.0
axe-reporter-html
Creates an HTML report from Axe results listing violations, passes, incomplete and incompatible results.
Installation
npm
npm install axe-reporter-htmlYarn
yarn add axe-reporter-htmlUsage
This package exports a single function that you can use to create an HTML report
from an AxeResults object.
import createHTMLReport from 'axe-reporter-html'
const html = await createHTMLReport(results)