Answers for "cypress version upgrade"

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
0

how to update to cypress 6.4

npm install --save-dev [email protected]
Posted by: Guest on February-03-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language