dequelabs / axe-cli

[Deprecated] A command-line interface for the aXe accessibility testing engine
Mozilla Public License 2.0
430 stars 35 forks source link

Checkstyle format support #95

Closed GWillmann closed 5 years ago

GWillmann commented 5 years ago

Hi,

In order to be able to automatically parse the results of your wonderful cli in CI such as Jenkins, we would need a output file in Checkstyle format.

Do you guys think it could be possible?

Thanks for your help.

straker commented 5 years ago

Unfortunately we don't have any plans to convert the output to different formats. You might be able to do something similar to https://github.com/foiseworth/flow-json-to-checkstyle-xml to convert the JSON results into Checkstyle format.