Files
cypress/cli/__snapshots__/spawn_spec.js
T
Gleb Bahmutov 64f5bf0870 catch child process killed with a signal (#5810)
* WIP: catch child process killed with a signal

* unit test getError

* we don't need custom exit code

* Update cli/lib/exec/spawn.js

Co-Authored-By: Zach Bloomquist <github@chary.us>

* Update cli/lib/errors.js

Co-Authored-By: Zach Bloomquist <github@chary.us>

* update snapshots with wording
2019-11-27 15:21:47 -05:00

489 B

exports['lib/exec/spawn .start detects kill signal exits with error on SIGKILL 1'] = `
The Test Runner unexpectedly exited via a exit event with signal SIGKILL
 
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: darwin (Foo-OsVersion)
Cypress Version: 0.0.0
`