You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ npx cypress version
Cypress package version: 6.0.0
Cypress binary version: 6.0.0
Electron version: 10.1.2
Bundled Node version: 12.16.3
To make checking versions in cypress-docker-images easier, it would be nice to be able to specify which version we want to print and print just that (even without newline)
Something like
$ npx cypress version --component package
6.0.0
$ npx cypress version --component binary
6.0.0
$ npx cypress version --component electron
10.1.2
$ npx cypress version --component node
12.16.3