Skip to content

Widen/axe-reporter-html

This branch is 32 commits ahead of, 31 commits behind lpelypenko/axe-html-reporter:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ae6b269 · Aug 15, 2024

History

95 Commits
Aug 15, 2024
Aug 15, 2024
Apr 18, 2024
Jan 30, 2023
Jan 30, 2023
Apr 18, 2024
Jan 30, 2023
Jan 30, 2023
Jan 30, 2023
Apr 18, 2024
Aug 15, 2024
Mar 18, 2022
Jan 30, 2023
Jan 30, 2023
Jan 30, 2023
Aug 15, 2024
Mar 18, 2022
Apr 13, 2022
Apr 18, 2024
Aug 15, 2024

Repository files navigation

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)

About

Axe reporter to create an HTML report

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages

  • EJS 50.8%
  • TypeScript 49.2%