Answers for "cypress upgrade to new version"

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language