Polymer / pwa-helpers

Small helper methods or mixins to help you build web apps.
BSD 3-Clause "New" or "Revised" License
440 stars 48 forks source link

axe-core 3.3.1 and above seems not compatible with the v0.9.1 #63

Closed motss closed 3 years ago

motss commented 5 years ago

Description

CI job failed due to the following error when running tests on Safari 10.1 and below:

axe.run is not a function. (In 'axe.run(dom, axeConfig || defaultConfig)', 'axe.run' is undefined)

https://github.com/Polymer/pwa-helpers/blob/ce6be1a18655350c33b0f8949a1a16371d2caaa6/src/axe-report.ts#L64

I'm using axe-core@3.3.0 which has been tested to work with axe-report.js.

Versions

axe-core: v3.3.2 pwa-helpers: v0.9.1

motss commented 5 years ago

This might be related: https://github.com/dequelabs/axe-core/issues/1871