0.5.9

Released Released on April 25, 2015

Features:

  • Added .spread() method which spreads an array as individual arguments to a callback function,like .then().

  • During an update Cypress will now display the updating message in the same coordinates as when the app was open by clicking the tray icon.

  • After an update Cypress will now open back up and show itself in these same coordinates.

  • cy.wait() can now accept an array of route aliases which will wait until all have completed. This array of resolved XHRs will become the next subject.

  • Each time an alias in used with a cy.wait(), Cypress will not resolve until the Nth request matching the outing alias responds. Fixes #4.

  • cy.get() has been upgraded to accept a routing alias. By default it will yield the last matched request, but also supports special alias properties which return a different request or potentially an array of requests.