- Updated Node.JS https://nodejs.org/
Clone to Visual Studio Code and type inside terminal:
npm i --save-dev
If command above list vilnerabilities, type:
npm audit fix --force
It will be done after some minutes, then type:
npx cypress run
To run in terminal or:
npx cypress open
To use the Cypress Application