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.
As mentioned in https://github.com/ember-a11y/ember-a11y-testing/pull/285,
axe.run
andaxe.configure
have different options. It's necessary to support bothaxe.run
(which is already supported viasetRunOptions
), andaxe.configure
, which would allow for custom checks/rules and more flexibility when configuring things.