Running cypress verify
always logs 'It looks like this is your first time using Cypress: x.x.x'
#6607
Labels
cypress verify
always logs 'It looks like this is your first time using Cypress: x.x.x'
#6607
Current behavior:
When running
cypress verify
, it always logs the message below (even though this is maybe my 100th time using Cypress of this version.Desired behavior:
This is misleading - and seems like Cypress does not know what it's checking for.
Test code to reproduce
Run
cypress verify
on any project that you've already installed Cypress version on and ran it multiple times.I believe this is naively printing - expecting it to only be run during install when it needs to be verified, but we force verification when running
cypress verify
command - so this message should be skipped.cypress verify
logsWe shouldn't log this message if
options.force
istrue
Versions
Cypress 4.0.2
The text was updated successfully, but these errors were encountered: