1.1.4
Released Released on December 5, 2017
Bugfixes:
Fixed an issue causing
Chrometo timeout when attempted to be run through our Docker containers. Fixes #1031.Several TypeScript typings were added, updated and fixed. Fixes #1006.
Using a regular
http://URL now works when using theCYPRESS_BINARY_VERSIONflag to point the binary at an external location. Fixes #1001.File watching is fixed (again) when changing between specs. Fixes #1018.
Misc:
There is now a new
CYPRESS_SKIP_BINARY_INSTALLflag you can pass duringnpm installwhich skips the binary installation after thecypressnpm module completes its installation. Fixes #1005.We now launch Chrome with
--no-sandboxand--disable-gpuoptions in Linux. We will soon release a new plugin event that enables you to modify the browser arguments we use by default. This shouldn't cause issues with existing Linux users, and instead it should fix many CI setups that were using our Docker containers or your own home grown installed Chrome setup. Fixes #1021 and #1020.Removed several aliases from our browser detector. These were not implemented properly and not needed - and thus only caused indirection. Fixes #1023.