Skip to content

0.11.1

Choose a tag to compare

@bahmutov bahmutov released this 19 Jul 07:28

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 server and all routes whenever 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.