Answers for "cypress upgrade to latest"

4

update cypress

npm install --save-dev [email protected]    //replace the version that you want

//yarn
yarn upgrade [email protected]
Posted by: Guest on August-03-2020
9

update cypress

npm install cypress or npm install cypress --save-dev // Make sure that you have already run npm init

./node_modules/.bin/cypress open  //to open cypress window, will take 30 secs
Posted by: Guest on July-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language