ember-a11y / ember-a11y-testing

A suite of accessibility tests that can be run within the Ember testing framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow customization on a per-component basis

MelSumner opened this issue · comments

Currently, there is no way to customize the add-on to turn off the tests on a per-component basis.

This may be helpful in dealing with legacy systems while they are being upgraded, especially where the add-on interferes with functionality.

Are you referring to the behavior in tests (e.g., the auto-run feature) or in development mode? The development mode stuff should be easy to turn off per-component, as you can specify the turnAuditOff property (ref).

Thanks for reminding me to update the documentation with the correct guide for this! 👍