mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-08 07:29:44 -06:00
* feat: exit with code 112 on fatal api errors when posix error codes are enabled * rm dead code * ts * system tests for 112 exit code * fix race condition w/ exit codes * only 112 on network errors, not http errors * have connection timeouts run a little bit faster in system tests * new schema for network errors * 112 should only be on network errors, update integration test * changelog * changelog * coerce boolean * code review * review * rm extra debug