Open pfronczak opened 3 weeks ago
we've been having this same issue for a couple of months now on a couple of recent versions of cypress - 13.13.2 and 13.15.something test code is not at fault - some of the simplest and shortest specs fail due to crash while more complex long ones pass
i work with 2 repos and the problem is only in one of them
also behaviour is different on different kinds of environments on review stages (gitlab ci) the error sometimes occurs but then test passes on retry on production like stages the same tests fail all the time, retries don't help in both cases exactly the same error, nothing to do with tests or the app - just a crash
tried changing browser to electron - didn't help also tried experimentalMemoryManagement both true and false - didn't help numTestsKeptInMemory is 0
Current behavior
Despite https://github.com/cypress-io/cypress/issues/27552 being closed as fixed, we are observing very similar behavior in our e2e test runs on cypress
13.14.2
. On seemingly random occasions, the tests will fail with:Desired behavior
No response
Test code to reproduce
The error happens on various tests - we haven't seen any correlation with the test scenarios.
Cypress Version
13.14.2
Node version
18.20.4
Operating System
CentOS 7
Debug Logs
Other
No response