dequelabs / axe-core-maven-html

Tools for using axe for web accessibility testing with JUnit, Selenium, and Playwright

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AxeReporter: Select any of the reports to be in the HTML reporter

jonreding2010 opened this issue · comments

User should be able to select from any of the four ResultTypes to be in the report.
For instance, if I want the violations, passes, and Inapplicable in my report, they should be included in the report html.
This means that in this case the Incompletes will not be in the reports.

PR #123 deals with this issue