axe-core icon indicating copy to clipboard operation
axe-core copied to clipboard

Make running all rules easier

Open WilcoFiers opened this issue 3 years ago • 1 comments

Product

axe-core

Description

Some products run all axe-core rules by default, and filter the results afterwards. Configuring axe-core to run every rule isn't as easy as it should be, so adding an explicit option for this would be a nice feature to have. I propose it look like this:

axe.run({ runOnly: '<all>' })

WilcoFiers avatar Aug 17 '22 15:08 WilcoFiers

Does this mean specifically that <all> would run experimental rules?

straker avatar Sep 06 '22 17:09 straker