Open source Java based command line utility to generate HTML accessibility reports from JSON reports. This utility only works with JSON reports generated by the libraries in the Organisation automated-a11y
- JDK 1.8 or above
- Download the latest version zip archive from releases
- Unpack the archive to a11y-reports directory. a11y-reports directory contains
a11y-report
,a11y-report.bat
anda11y.jar
- Add a11y-reports directory to system PATH
- Execute
a11y-report --version
in terminal/cmd to make sure that a11y-report is configured
a11y-report -j=<jsonDir> -e=<engine> -o=<outputDir>
- jsonDir - JSON reports path generated by the libraries in the Organisation automated-a11y
- engine - Accessibility engine
axe or htmlcs
- outputDir(Optional) - Output directory to save the HTML report. Generates in CWD if not provided
a11y-report -j=<jsonDir> -e=htmlcs -o=<outputDir>
HTML Reports will be generated in <outputDir>
folder.
Below are the report screenshots
Consolidated Report
Page Report
a11y-report -j=<jsonDir> -e=axe -o=<outputDir>
HTML Reports will be generated in <outputDir>
folder.
Below are the report screenshots
Consolidated Report
Page Report