0.18.2
Released Released on December 14, 2016
Bugfixes:
Under the hood
cy.visit()now sets anAccept: text/html,*/*request header to prevent some web servers from sending back404in the case where they required this header. Only a small % of servers would ever do this, butwebpack-dev-serverwas one of them. Fixes #309.cy.request()now sends anAccept: */*request header by default too. Fixes #338.
Misc:
cy.request()now includes more debugging information (related to headers) in the error output. Fixes #341.When
cy.request()times out, we now output much better error messages including information about the request sent. Fixes #340.