1.1.0 • Published 24 days ago

axe-reporter-html v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
24 days 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)
1.1.0

24 days ago

1.0.0

1 year ago

0.1.2

2 years ago

0.1.0

2 years ago

0.1.1

2 years ago

0.0.1

2 years ago