0.11.1
Released 09/14/2015
Bugfixes:
- Utilizing cy.server() across multiple tests before a cy.visit() now orks correctly. As a side effect now Cypress will rebind both the
serverand allrouteswhenever the remote window is reloaded (for hatever reason) - even during a test itself. This means you can navigate between pages without ever having to restart the server or routes (hey will automatically rebind) when the window loads. Fixes #59.
Misc:
- Providing a "number-string" as in:
should("have.length", "1")will no longer throw an error. - Internal API changes for
$Commands.