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 :)
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 :)