dequelabs / axe-cli

[Deprecated] A command-line interface for the aXe accessibility testing engine
Mozilla Public License 2.0
430 stars 35 forks source link

Combined PR to address disabling rules to be checked during an analysis #45

Closed JayKid closed 6 years ago

JayKid commented 6 years ago

Check also the PR in the axe-webdriver repository

Addresses #42

I basically implemented what was discussed with @WilcoFiers, but instead of filtering the rules in the runOnly property of the options, I took advantage of the already existing mechanism documented in the 4th example of the documentation of the options parameter :)

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

JayKid commented 6 years ago

Should be okay now :)

WilcoFiers commented 6 years ago

Alrighty. Just release axe-cli 1.3.0 with this change in it. Thanks @JayKid!