mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-30 11:00:35 -06:00
* handle colors and platform piping - pipe stderr to ignore high sierra fixes #1745, - always pipe windows for utf8 encoding fixes #1143 and #1550 - force color in CI by default #1747 - support NO_COLOR argument #1748 * reset TTY for stdin and stdout not just stderr * fix for failing tests in ci * fix failing environment unit tests due to sinon env change * fix failing integration request specs * fix failing tests, cleanup cache before each test, not after * fix failing integration server tests