liip / TheA11yMachine

The A11y Machine is an automated accessibility testing tool which crawls and tests pages of any web application to produce detailed reports.
https://www.liip.ch/
621 stars 66 forks source link

Command line differences? #124

Closed weilinzung closed 5 years ago

weilinzung commented 5 years ago

Hi,

Wondering what are the differences between these two command lines, do they have different results?

Thanks!

$ ./a11ym http://example.org/

$ ./a11ym --standards WCAG2AA http://example.org/

weilinzung commented 5 years ago

They are the same! Tested again!