dequelabs/axe-webdriverjs

Axe-core was removed from runtime dependencies

Closed this issue · 3 comments

c5142e3 moves axe-core from dependencies to devDependencies, but axe-core is still referenced in the code. This causes failures with version 1.1.4.

Thanks so much for the heads up, that was not intentional. We'll replace it and do another release.

In the meantime, if you need to get unstuck you can install axe-core with npm install axe-core and require it in your tests. Or just stick with 1.1.3.

Fixed with 059d18d.