Skip to content

Support for Cypress 14 #182

@jimblue

Description

@jimblue

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions