Requirements
Cypress v10+
The plugin fully supports the following Cypress versions:
- ≥ 10.0.0
- ≥ 11.0.0
- ≥ 12.0.0
- ≥ 13.0.0
- ≥ 14.0.0
- ≥ 15.0.0
info
Type npx cypress --version
in a terminal in your project to check if v10 or above is installed already.
note
Your mileage may vary for earlier versions, since these were never tested during development.
Node.js v18+
Since this plugin runs within the Cypress ecosphere, Node.js is required to run it along Cypress. With you using Cypress, you probably have installed it already.
info
Type node --version
in a terminal to check if v18 or above is installed already.