dequelabs / axe-core-maven-html

Tools for using axe for web accessibility testing with JUnit, Selenium, and Playwright
Mozilla Public License 2.0
81 stars 102 forks source link

Add issues reporting steps to docs #453

Closed abitoprakash closed 7 months ago

abitoprakash commented 7 months ago

Please add steps on how to setup violations reporting after analysing accessibility issues. I wanted to generate an html report with the results of each run.

Zidious commented 7 months ago

Hey @abitoprakash,

We have a AxeReporter class for writing axe-results to file for Selenium and for Playwright we have a similar class if that's what you're looking for. Otherwise, we have extensive reporting capabilities with our axe-devtools-maven-html integrations: docs.deque.com/devtools-html/4.0.0/en/java-generate-reports.

Zidious commented 7 months ago

Closing as complete. Feel free to reopen if you have any additional questions.