0.4.3

Released Released on April 8, 2015

Features:

  • Added functionality which enables cy.server() and cy.route() to be created prior to cy.visit(). The server and routes will apply to the next page which is visited. This allows you to stub requests which happen on page load. Suggested in #17.

  • cy.visit() now takes an optional onBeforeLoad callback option which is invoked when your page begins to ender but prior to its load event.

Misc:

  • Improved error message when attempting to use cy.agents or anything else which requires a remote sandbox. Fixes #12.