1.4.1
Released 12/26/2017
Bugfixes:
- Using
DEBUG=cypress:*now correctly outputs all debugging information on OSX and Linux. Previously output other thencypress:cliwas ignored due to the CLI ignoringstderrfrom the binary. Fixes #921. stdoutis now captured correctly in Windows when recording to the Dashboard. Fixes #977 and issue #711.- Windows now forcibly displays colors correctly to the terminal. Fixes #1127.
Misc:
TTYis now handled correctly for Linux and OSX. This means that CI providers which turned off colors due toTTYbeing false will now display colors again such as TravisCI. Fixes #1126.- We now handle
xvfbexiting with a non zero status code and display that error to you. This should help with situations wherexvfbis misconfigured on the system. Fixes #1113. - We've added debug output for
xvfbwhenDEBUG=cypress:xvfbis enabled. Helpful when diagnosing problems withxvfb. Fixes #1128. - We've added more TypeScript documentation for
cy.*methods. Fixes #1117. - When developing on Cypress, we now start the process through the CLI to bring it into parity with how it works when used in production. Fixes #838.
- Upgraded various CLI dependencies that were flagged for security warnings. There wasn't an actual security problem - just static analyzers complaining. Fixes #1103.