Error: The Test Runner unexpectedly exited via a exit event with signal SIGSEGV
See original GitHub issueCurrent 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
Issue Analytics
- State:
- Created 2 years ago
- Reactions:6
- Comments:23 (2 by maintainers)
Top Results From Across the Web
The Test Runner unexpectedly exited via a exit event ... - GitHub
The Test Runner unexpectedly exited via a exit event with signal SIGSEGV (Error: This socket has been ended by the other party) #6478....
Read more >Cypress Test Runner unexpectedly exited via a exit event with ...
Current behavior: When I run my specs headless on the circleCI, Cypress closed unexpectedly with a socket error. Error message: The Test Runner...
Read more >cypress-io/cypress - Gitter
Does anyone know if you can set the baseUrl in an npm test command from the ... The Test Runner unexpectedly exited via...
Read more >Changelog - Cypress Documentation
Fixed an issue with Angular Component Testing where urls within SASS/SCSS files were not being correctly resolved which could result in incomplete styling....
Read more >Cypress Page Object Model Issue:Got An Error Message ...
The Test Runner unexpectedly exited via a exit event with signal SIGSEGV Please search Cypress documentation for possible solutions: . The Test Runner...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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