0.17.8
Released Released on October 12, 2016
Bugfixes:
Fixed
opener of undefinederrors due topage loadevents causing snapshots prior to theloadevent of the remote application. Thanks to everyone who helped pitched in on this one! Fixes #258.Cypress now correctly sets cookies with
expirationDatein the past. Chrome did not handle these cookies as documented and our code did not take this into account. We also added a lot moree2etests around this behavior. Fixes #266.We are now taking additional precautions to prevent Cypress from trashing the wrong folder during an upgrade (with an open project). This was actually fixed in
0.17.7but the problem was is that during an update, the new version (which was fixed) was still being passed the wrong arguments from the older (broken) application. We've now upgraded0.17.8to detect this, and just use the expected default install location of Cypress. If you're concerned, just close your currently open project before updating. Fixes #265.
Misc:
When an in app update fails in
linuxwe now provide instructions on how to manually update Cypress.We now properly take the
maxAgecookie flag into account and give it preference over theexpiresflag as per the cookie spec.