axe-html-reporter icon indicating copy to clipboard operation
axe-html-reporter copied to clipboard

Creates easy to read HTML file from axe-core® accessibility results object

Results 15 axe-html-reporter issues
Sort by recently updated
recently updated
newest added

It would be great if we have the details of issues under **incomplete** section with Element locator, Element Source and Fix the following section for the each issue similar to...

enhancement

We use Axe-core to check [accessibility violations during our Playwright tests](https://playwright.dev/docs/accessibility-testing). At the end of all tests we use this great tool to generate a HTML report. But the issue...

Inside the HTML report, I can see a portion of a table element that is not closed properly, and also looks like it is not needed in the HTML: ```...

Currently the html report is fetching some css from external urls as shown below. It would be great to be able to toggle this in order to also make it...

Thank you for creating such a nice reporting tool for axe. Please review my contribution. I'm happy to make any necessary edits. Thanks! TLDR: Element source and location cells with...

In my organization, we are making use of an HTML report server to view these Axe HTML reports. There is a Content Security Policy (CSP) in place that forbids the...

Hi thanks for awesome package. I am able to create reports for individual pages but just wondering is there a way to create aggregated report for results from multiple pages...

enhancement

I like the report a lot, thanks for providing it. I found that for the failed section there is the possibility to learn more about the rule by having the...

Liliia (@lpelypenko), thanks for this useful project, it allows us to generate customized report with the foundation you have built. One thing we love to have is the ability to...