component-driven / cypress-axe

Test accessibility with axe-core in Cypress
MIT License
622 stars 86 forks source link

Need to upgrade to axe-core 4.0.1 #58

Closed vnorekyan closed 4 years ago

vnorekyan commented 4 years ago

As mentioned here, the latest version of axe-core fixes a CSP issue where injectAxe() doesn't work with a strict content security policy that doesn't allow unsafe-eval for scripts.

I'll submit a PR for this.

sapegin commented 4 years ago

Let's keep all versioning discussions in #65.