To support the new [Cypress v.14](https://www.cypress.io/blog/cypress-14-is-here-see-whats-new) please modify [package.json](https://github.com/component-driven/cypress-axe/blob/21f8fee9faa300b557a9bfdd510a1727e29aa2f1/package.json#L33) from: ```json "peerDependencies": { "axe-core": "^3 || ^4", "cypress": "^10 || ^11 || ^12 || ^13" }, ``` to ```json "peerDependencies": { "axe-core": "^3 || ^4", "cypress": "^10 || ^11 || ^12 || ^13 || ^14" }, ``` Thank you