Open
Description
Current behavior
I'm experiencing consistent crashes when running tests with Cypress. The test runner starts as expected, but at a certain point during the execution, Cypress crashes and stops running without completing the test suite.
Browser Used: Electron
Expected Behavior:
Cypress should run all tests to completion without crashing.
Actual Behavior:
Cypress crashes unexpectedly partway through the test execution. No clear error message is shown beyond a general crash warning.
Desired behavior
No response
Test code to reproduce
Steps to Reproduce:
Run the test suite with npx cypress run or cypress open
Wait until the execution reaches a certain point
Cypress crashes without completing the test run
Cypress Version
14.5.0
Node version
v22.15.0
Operating System
macOS (darwin-arm64) - version 24.5.0
Debug Logs
write EPIPE
Error: write EPIPE
at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:95:16)
GET /counterparty/onboarding-compliance/find/9709 - - ms - -
The Test Runner unexpectedly exited via a exit event with signal SIGABRT
Other
No response