The Test Runner unexpectedly exited via a exit event with signal SIGABRT on Chrome 92 headless and Cypress Version 8.3.0
See original GitHub issueCurrent behavior
I am having troubles to run Cypress tests not only on my Jenkins machine but also on my laptop running them locally. It happened only sometimes but after upgrading to 8.3.0 I think it happens more often.
The execution gets stuck at some point as Cypress gives the SIGABRT signal.
I have seen https://github.com/cypress-io/cypress/issues/8865 issue, but it referrs to Electron, and it happens to me also in Chrome.
12:37:57 Running: parental-control/contents-rating.spec.js (35 of 65)
12:38:19
12:38:19
12:38:20 Parental Control - Contents - Full HD
12:48:20 Build timed out (after 10 minutes). Marking the build as aborted.
12:48:20 Xvfb stopping
12:48:20 Build was aborted
12:48:21 Archiving artifacts
12:48:22 Cypress error Error: The Test Runner unexpectedly exited via a exit event with signal SIGABRT
12:48:22
12:48:22 Please search Cypress documentation for possible solutions:
12:48:22
12:48:22 https://on.cypress.io
12:48:22
12:48:22 Check if there is a GitHub issue describing this crash:
12:48:22
12:48:22 https://github.com/cypress-io/cypress/issues
12:48:22
12:48:22 Consider opening a new issue.
12:48:22
12:48:22 ----------
12:48:22
12:48:22 Platform: linux (Ubuntu - 18.04)
12:48:22 Cypress Version: 8.3.0
Desired behavior
Test runs properly until the end
Test code to reproduce
It happens on several tests
Cypress Version
8.3.0
Other
No response
Issue Analytics
- State:
- Created 2 years ago
- Reactions:7
- Comments:11
Top Results From Across the Web
The Test Runner unexpectedly exited via a exit event with ...
The Test Runner unexpectedly exited via a exit event with signal SIGABRT on Chrome 92 headless and Cypress Version 8.3.0 #17849.
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
node_modules/cypress/bin/cypress run --browser chrome The Test Runner unexpectedly exited via a exit event with signal SIGSEGV Please search Cypress ...
Read more >Changelog - Cypress Documentation
In Cypress 12, we enforce running tests in a clean browser context through test isolation. This option is configurable, but is enabled by...
Read more >cypress: Versions - Openbase
This fixes an issue where some command logs, like download or network events, are missing once Cypress has disconnected and then reconnected to...
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
I get this when I close Cypress normally (via Cmd+Q or by clicking on the X).
And then there’s this in the console:
The Same issue on cypress/included:8.3.1