dequelabs / dequelabs/axe-core
Make running all rules easier
Open
core
feat
- Dominant language
- JavaScript
- Stars
- 7.5k
- Forks
- 933
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 17
Description
### 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:
```js
axe.run({ runOnly: '' })
```
Contributor guide
Assessment
This issue has not been assessed yet.