ember-a11y / ember-a11y-testing

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

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

Open fivetanley opened 11 months ago

fivetanley commented 11 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.

MelSumner commented 2 weeks ago

API docs: https://github.com/dequelabs/axe-core/blob/develop/doc/API.md#api-name-axeconfigure