Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are several ways how to update Cypress, one of the easiest once is this:

  1. Open file package.json in Visual Studio Code

...

2. Find Cypress version in the file in devDependencies part and update the version (simply rewrite the numbers according to the currently available version of Cypress)

...