Test web pages for accessibility issues from the command line.
A CLI for accessibility testing using axe-core
axe$ axe https://example.com$ axe ./index.html$ axe https://example.com --output results.json$ axe https://example.com --standard wcag2aa$ axe https://example.com --tags wcag2a,wcag2aa,wcag21aa