-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Missing browserCriClient in connectToNewSpec #24650
Copy link
Copy link
Closed
Labels
E2EIssue related to end-to-end testingIssue related to end-to-end testingTriagedIssue has been routed to backlog. This is not a commitment to have it prioritized by the team.Issue has been routed to backlog. This is not a commitment to have it prioritized by the team.type: regressionA bug that didn't appear until a specific Cy version releaseA bug that didn't appear until a specific Cy version release
Metadata
Metadata
Assignees
Labels
E2EIssue related to end-to-end testingIssue related to end-to-end testingTriagedIssue has been routed to backlog. This is not a commitment to have it prioritized by the team.Issue has been routed to backlog. This is not a commitment to have it prioritized by the team.type: regressionA bug that didn't appear until a specific Cy version releaseA bug that didn't appear until a specific Cy version release
Type
Fields
Give feedbackNo fields configured for issues without a type.
Current behavior
Unfortunately, this issue is intermittent and only happens in our CI pipeline. But i wanted to see if could raise the issue in case there's something obvious.
We run cypress with the following:
cypress-run cross-env NODE_OPTIONS=--max-http-header-size=1000000 cypress run --browser chrome. And we run in a docker container, using the cypress/included images.This error happens mid-way running through our test suites. Our tests can take 30 minutes, and the following error seems to occur when ending a test suite (or conversely, when starting the next test suite).
When this happens, the test run completely exits and the remaining suites do not run.
Desired behavior
For the test run not to crash
Test code to reproduce
Really difficult to do, sorry. It's intermittent, and it's a fairly large, sensitive, code-base.
Cypress Version
11.0.1
Node version
16.16.0
Operating System
Jenkins CI - CentOS (but runs the cypress docker image)
Debug Logs
No response
Other
We've seen this happening in v10 and v11.