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

Upgrading to axe-core v3

drewlee opened this issue · comments

There have been quite a number of features and bug fixes introduced into axe-core v3 (https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md). Are there any plans in the pipeline to update axe-core dependency to the latest release? Thanks!

Hey there, seeing as there hasn't been much of a response, I don't have issue with taking up ownership in bumping up the version of axe-core. After checking what the work effort looks like, I did run into an issue in the fact that axe.run can no longer be run concurrently (dequelabs/axe-core#1041). Obviously a problem when each component kicks off an audit. Seeing if this can be addressed on their end before implementing a workaround within this addon itself. Thanks!

Awesome! Thank you for taking this on :D

I've created a pull request: #109.

Fixed by #109