dequelabs / axe-cli

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

feat: add meta data to cli output #94

Closed jeeyyy closed 5 years ago

jeeyyy commented 5 years ago

Log metadata of test engine, environment and runner to cli

image

Note: to add tests, hence still a draft

Closes issue:

Reviewer checks

Required fields, to be filled out by PR reviewer(s)

stephenmathieson commented 5 years ago

We should also make sure the metadata is outputted in the JSON mode.

jeeyyy commented 5 years ago

Ensured that this metadata is outputted in JSON mode as well by running axe https://deque.com --stdout & got the below.

image

dylanb commented 5 years ago

reviewed for security retroactively