Skip to content
Advertisement

Cypress Test Runner unexpectedly exited via a exit event with signal SIGSEGV in circleCI


I am stuck in this problem. I am running cypress tests. When I run locally, it runs smoothly. when I run in circleCI, it throws error after some execution.
Here is what i am getting:

JavaScript

Current behavior:
When I run my specs headless on the circleCI, Cypress closed unexpectedly with a socket error.

Error message:

The Test Runner unexpectedly exited via a exit event with signal SIGSEGV

Please search Cypress documentation for possible solutions:

https://on.cypress.io


Platform: linux (Debian – 10.5)
Cypress Version: 8.6.0

Advertisement

Answer

Issue resolved by reverting back cypress version to 7.6.0.

Advertisement