Skip to content

Cypress 7.x Upgrade Instructions

dczulada edited this page May 31, 2023 · 18 revisions

Install Clean Version of Cypress v7.0.4

Follow the Cypress V7 Install Instructions if you do not already have a running version of Cypress v7.x.x.

Upgrade Existing Version of Cypress V7.x.x to V7.0.6

Connect to your machine running cypress and run the following command:

curl https://raw.githubusercontent.com/projectcypress/cypress/master/contrib/upgrade_cypress_70.sh | sudo bash -s -- -m

Note: If the upgrade appears to stall, the script may be issuing a prompt to enter your password.

Note: You may also need to run the following command if apt-get cannot find the latest version of cypress

sudo apt update
Clone this wiki locally