Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 732 Bytes

File metadata and controls

19 lines (14 loc) · 732 Bytes

0.11.1

Released 09/14/2015

Bugfixes:

  • Utilizing cy.server() across multiple tests before a cy.visit() now works correctly. As a side effect now Cypress will rebind both the server and all routes 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.