0.17.6
Released Released on October 3, 2016
Features:
Snapshots will now be pinned when clicking on a command in the Command Log. This enables you to inspect the state of the DOM when the snapshot was taken. We've given you a new series of controls for turning off the element highlighting and hitboxes. Additionally we've given you the ability to manually click through each named snapshot when there are multiple states (like before and after). Fixes #247.
Bugfixes:
Fixed a regression where tests that failed outside of a hook would incorrectly indicate themselves as a
before eachhook. In addition, in the defaultspec, reporter will now display the test name when a hook was the source of failure. Fixes #253.Fixed a deployment bug in the
core-desktop-gui.We now prevent
cy.visit()from accidentally snapshotting twice.
Misc:
cy.request()andcy.visit()now correctly sendUser-Agentheaders based on the current open browsing session. Fixes #230.