Skip to content

0.11.8

Choose a tag to compare

@bahmutov bahmutov released this 19 Jul 07:28

Released 09/25/2015

Features:

  • Added cy.request() command which can issue XHR requests. The request is generated outside of the rowser, 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 cancelled without throwing an nhandled rejection error.