Normally it will be already installed, you can skip this step in our project if this is the case.
- Installing Cypress via npm
$ cd /your/project/path
$ npm install cypress --save-dev - Installing Cypress via yarn
$ cd /your/project/path
$ yarn add cypress --dev if cypress is already in the project start here
$ cd /your/project/path
$ ./node_modules/.bin/cypress openOr with the shortcut using npm bin
$ $(npm bin)/cypress openOr by using yarn
$ yarn run cypress open- choose your browser
- choose your test
- And start
for more informations cypress.io
π make with β€οΈ by jkp-dev


