We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While running my cypress e2e test, I'm getting the below error from the cypress-axe plugin: Cannot read properties of undefined (reading 'run')
Can anyone guide me ?
The text was updated successfully, but these errors were encountered:
It's possible this is a duplicate of #162
If so, I added a comment on that issue that fixed the issue for me that you might want to check out, but your mileage may vary. Good luck!
Sorry, something went wrong.
I am also seeing something similar to this issue
Cannot read properties of undefined (reading 'run') "cypress-axe": "1.5.0", "cypress": "12.17.4", and also on "cypress": "13.13.1",
describe('check a11y', () => { it('running a11y on google', () => { cy.visit(https://www.google.com/); cy.injectAxe(); cy.checkA11y(); }); });
https://www.google.com/
No branches or pull requests
While running my cypress e2e test, I'm getting the below error from the cypress-axe plugin:
Cannot read properties of undefined (reading 'run')
Can anyone guide me ?
The text was updated successfully, but these errors were encountered: