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

Bin: Filter results by error level #80

Closed Hywan closed 7 years ago

Hywan commented 7 years ago

Fix #71.

The following command:

$ ./a11ym --error-level error <url>

will only produce error message, discarding notice and warning messages.

The default value for --error-level is notice. The default behavior is kept.