-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Labels
Description
To support the new Cypress v.14 please modify package.json from:
"peerDependencies": {
"axe-core": "^3 || ^4",
"cypress": "^10 || ^11 || ^12 || ^13"
},to
"peerDependencies": {
"axe-core": "^3 || ^4",
"cypress": "^10 || ^11 || ^12 || ^13 || ^14"
},Thank you
Viserius, kevinrigotonem, douglasduteil, wlsf82, bauerbua and 7 more