1.4.2
Released Released on February 3, 2018
Bugfixes:
Fixed not being able to visit subdomains when using 2nd level sub domains. Fixes #1175 and #600.
Fixed not being able to visit private TLD's from the public suffix such as
github.io,gitlab.ioorherokuapp.com. These now all work correctly. Fixes #380 and #402 and #802 and #493 and #1161.Fixed not being able to visit URLs that used
*localhostsuch ashttp://app.localhost:8080. Fixes #451.Mochawesome now works correctly and outputs files in all versions. Fixes #551.
Mochawesome will exit correctly with code
1when a hook fails. #1063.Fixed some incorrect typings with TypeScript. Fixes #1219 and #1186.
Fixed bug with custom 3rd party Mocha reporters relying on
test.titlePathbeing a function. Fixes #1142.Fixed typo in
cypress.schema.json. Fixes #1167.Fixed typo in CLI deps error about Docker. Fixes #1136.
Prevent
NODE_ENVfrom being set toundefinedwhen parent process did not have it defined. Fixes #1223.
Misc: