how do I check the version of Cypress I have installed via command line

14,555

Solution 1

You have to use command ./node_modules/.bin/cypress version to get the cypress version.

Solution 2

In the terminal type cypress -v or cypress --version

Solution 3

In the project folder type:

npx cypress --version

Share:
14,555
Admin
Author by

Admin

Updated on July 28, 2022

Comments

  • Admin
    Admin over 1 year

    I want to check the version I have of Cypress that is installed via the command line.

    how do I check that I have tried Cypress verify and cypress version