0.4.3
Released Released on April 8, 2015
Features:
Added functionality which enables
cy.server()andcy.route()to be created prior tocy.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 optionalonBeforeLoadcallback 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.agentsor anything else which requires a remote sandbox. Fixes #12.