-
Notifications
You must be signed in to change notification settings - Fork 87
feat: Allow Cypress 7 #91
New issue
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
Conversation
Yikes ... it took me a couple times to get package-lock.json right. |
👍 plus one vote please - the absence of this is causing me much pain.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍
Any plans to merge this? :) Thanks! |
Will this PR be merged soon? 😅 |
any plans to merge this? Thanks! |
Hi folks, you can checkout https://github.com/mcha-dev/cypress-axe-core I was waiting for this and RFC75 to get merged but there hasn't been much activity on either so I ended up
Feedback is welcome |
@@ -30,14 +30,14 @@ | |||
"dependencies": {}, | |||
"peerDependencies": { | |||
"axe-core": "^3 || ^4", | |||
"cypress": "^3 || ^4 || ^5 || ^6" | |||
"cypress": "^3 || ^4 || ^5 || ^6 || ^7" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering if this library would ever not be supported on future cypress releases from v3?
Should it be just >= 3
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just tested with Cypress 8 and everything seems to be working well
Can this be Merged and released now? Trying to implement this in an enterprise app running Cypress 7.6 asap and I'd much rather do it the clean way... |
Pinging this to be merged in. |
cypress-axe appears to support |
This just bumps up the peer dependencies to allow Cypress 7, which was released on 4/5/21.