cypress: Error: The Test Runner unexpectedly exited via a exit event with signal SIGSEGV
Current behavior
Current behavior: When I run my specs headless on the circleCI, Cypress closed unexpectedly with a socket error.
Error code:
The Test Runner unexpectedly exited via a exit event with signal SIGSEGV
Please search Cypress documentation for possible solutions:
https://on.cypress.io
Check if there is a GitHub issue describing this crash:
https://github.com/cypress-io/cypress/issues
Consider opening a new issue.
----------
Platform: linux (Debian - 10.5)
Cypress Version: 8.6.0
Desired behavior
Cypress is not closed and I can run all my tests without any problem.
Test code to reproduce
/* global cy, before, Cypress */
const env = Cypress.env();
describe('myPage', function () {
describe('myPage Checks', () => {
before(() => {
go to the page.
});
it....
});
Cypress Version
8.6.0
Other
No response
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 6
- Comments: 30 (5 by maintainers)
We intermittently have the same issue on 8.6.0 and 8.7.0. Staying at 8.5.0 has been fine. Our tests are running in the cypress-included container.
received this error on 8.7.0