0.11.8
Released Released on September 24, 2015
Features:
Added
cy.request()command which can issue XHR requests. The request is generated outside of the browser, and bypasses all CORS restrictions. Great for talking to an API for seeding, querying, building, etc.
Bugfixes:
Prevented edge case with
cy.fixture()where it would not be able to be canceled without throwing an unhandled rejection error.