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

Question: Is it possible to disable tags? #150

Open plcj opened 4 years ago

plcj commented 4 years ago

Just a question here and I didn't find the answer by searching, or in this repo's issues.

Through some combination of existing options, can I disable tags? Something along this lines of axe http://www.deque.com --disable best-practice (I know that command doesn't work).

I see I can specify tags to run using --tags, and rules not to run using --disable, but I don't see how to disable tags.

plcj commented 3 years ago

Worked around this by maintaining a wrapper with a list of tags that I want in scope by default