Released 09/14/2015
Bugfixes:
- Utilizing
cy.server()
across multiple tests before acy.visit()
now works correctly. As a side effect now Cypress will rebind both theserver
and allroutes
whenever the remote window is reloaded (for whatever reason) - even during a test itself. This means you can navigate between pages without ever having to restart the server or routes (they 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
.