Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 525 Bytes

File metadata and controls

14 lines (11 loc) · 525 Bytes

0.12.1

Released 10/28/2015

Bugfixes:

  • cy.route() will no longer throw that a response is needed when using cy.server({stub: false}).
  • Applying server defaults to Cypress.Server.defaults({}) now works as documented.
  • onRequest and onResponse can now be correctly set as permanent server defaults.
  • XHR URL is now decoded to make assertions easier. Fixes #75.