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

Test exits with error code 1 if no --include selectors are found #64

Open kyleoliveiro opened 6 years ago

kyleoliveiro commented 6 years ago

IMO, a warning message should be displayed instead, letting the user know that no selectors were found.

stephenmathieson commented 5 years ago

This is a bit tricky, since the raised error is actually a timeout. I'm looking into ways to expose the selector issue instead, but am not sure what to do at this moment. 😞