2.0.0 • Published 10 months ago

axe-reporter-html v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

axe-reporter-html

Build npm version changesets

Creates an HTML report from Axe results listing violations, passes, incomplete and incompatible results.

Installation

npm

npm install axe-reporter-html

Yarn

yarn add axe-reporter-html

Usage

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)
2.0.0

10 months ago

1.1.0

1 year ago

1.0.0

2 years ago

0.1.2

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.1

3 years ago