ember-a11y / ember-a11y-testing

A suite of accessibility tests that can be run within the Ember testing framework
MIT License
137 stars 50 forks source link

feature: provide a way to pass options to `axe.configure` #518

Open fivetanley opened 9 months ago

fivetanley commented 9 months ago

As mentioned in https://github.com/ember-a11y/ember-a11y-testing/pull/285, axe.run and axe.configure have different options. It's necessary to support both axe.run (which is already supported via setRunOptions), and axe.configure, which would allow for custom checks/rules and more flexibility when configuring things.