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
Error: could not find CRI target #6518
Comments
Could you run Cypress in debug mode mode and print the entire set of logs here? Specifically run:
|
|
Sorry, I don't see the logs I'm looking for here, it doesn't look like the DEBUG logs are taking effect. Can you actually try the below:
|
@Snidhi-92 Yes, my previous comment and requests will not fix your issue. The DEBUG logs just give us more information about your run to help fix your issue, but they are not being properly set so we are not seeing the logs. The logs should look something like below if they are set properly with new logs coming from |
Im experiencing the same issues. See attached logs. |
Relevant logs from @mobileappd logs. Basically continues to log it's failure to connect over and over again until it gets to
Then it starts to log this error over and over, while still throwing errs to connect to CRI target occasionally until it gets to
Then a bunch of these errors:
|
@jennifer-shehane Do we know what is the cause of this issue and how to resolve this? |
No, we haven't been able to reproduce it reliably on our side. |
Moving this .catch statement to clean up errors, for example, the error that occurs in #6518 will now be wrapped by this.
The code for this is done in cypress-io/cypress#7368, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Just wanted to followup to see if this issue has been resolved for others here. We've seen a new report of the same issue in 4.6.0 and want to verify if the fix has worked or not for others. #7450 |
This issue is occurring for me when I am running more than once spec file in chrome headless mode. if I run the specs individually, the issue does not occur. |
Its not fix either in release 4.6.0 |
Still an issue in cypress |
I saw this issue in last 2 weeks twice with Cypress |
Current behavior:
Error: could not find CRI target when running on chrome
Note : Tests run successfully in electron and firefox
Desired behavior:
Tests should run in Chome browser
Test code to reproduce
Run Integration/example tests using command
Versions
Cypress: 4.0.2
Browser: Chrome 80
Windows 10
The text was updated successfully, but these errors were encountered: