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

Auto-run during acceptance tests

trentmwillis opened this issue · comments

The current API for this is very explicit, in that you have to explicitly call a function anytime you wish to test for accessibility. Accessibility testing should be more implicit, as we should expect it to happen. Therefore, we should schedule these tests to run automatically during acceptance tests (maybe even unit tests?) after each rendering update to the DOM.

I imagine, exploration of performance improvements will be needed to make this not super slow.

Issue was relevant to the older version of ember-a11y-testing.