-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Being able to disable cypress verify step #22243
Comments
Any news? |
I am experiencing this now too at our docker CI builds, I agree with @johansatge - it would be nice to be able to disable this verification for certain jobs. |
Any chance to introduce an option which can be used to turn off the verification completely? It makes sense for CI environment. |
I've had a go at adding an optional escape hatch for this as it's causing a lot of false negatives for us in CI: #29836 |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Hello!
What would you like?
I'd like to be able to disable the verification process (
cypress verify
) that is triggered oncypress run
.Why is this needed?
Our app that is running in Docker/Jenkins suffers of the timeout issue that was raised a few times (#4624 #6082)
We recently increased the timeout to 60s thanks to the new
CYPRESS_VERIFY_TIMEOUT
env variable; but the verification still timeouts from time to time.Something that is not clear to me is the rationale behind this verification process 👇
Thank you for reading! 🌲
The text was updated successfully, but these errors were encountered: