-
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
cypress run crashes after last test #3073
Comments
We will need a reproducible example of this crash behavior. Can anyone provide a way to reproduce this - app code + test code? |
I have the similar problem also when running all specs from cypress runner
There is another problem related to this. When i set up node flag: cypress fails to run without any error! The process just closes. I'm not sure if this is a seperate issue so I don't open a new one... the tests that I'm running are mostly API tests ( normal rest calls ) and 3 small UI tests. I think i can't post a code here but this is really nothing special, just some visit(), request() etc EDIT: |
We're facing the same issue, but are unable to share the code unfortunately. |
@gustawx Setting the To unset
|
Unfortunately we have to close this issue as there is not enough information to reproduce the problem. Please comment in this issue with a reproducible example and we will reopen the issue. 🙏 |
Current behavior:
Stack trace:
I'm guessing that it has finished all tests - the crash actually occurs after Cypress prints out that it is running the last spec file.
I tried setting
numTestsKeptInMemory
to 0, and that did not help.Desired behavior:
cypress run
should not crash.Steps to reproduce: (app code and test code)
Can't upload my repo, sorry.
Versions
Mac OS X 10.13.6
The text was updated successfully, but these errors were encountered: