Using Cypress 7 with their dev server, Component testing via cypress open-ct, and mount(<p>LOL</p>).checkA11y():
WARNING in ../node_modules/cypress-axe/dist/index.js 16:47-54
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
@ ../cypress/support.js 1:0-21
@ ./cypress/support/index.js 34:0-34
@ ../node_modules/@cypress/webpack-dev-server/dist/loader.js!../node_modules/@cypress/webpack-dev-server/dist/browser.js 2:30-94
@ ../node_modules/@cypress/webpack-dev-server/dist/browser.js 2:4-41
Howdy, I am getting a similar output to this issue filed in
axe-core
: https://github.com/dequelabs/axe-core/issues/2840Using Cypress 7 with their dev server, Component testing via
cypress open-ct
, andmount(<p>LOL</p>).checkA11y()
:Versions:
Is this an issue with
cypress-axe
oraxe-core
?