Skip to content

0.7.0

Choose a tag to compare

@bahmutov bahmutov released this 19 Jul 07:23

Released 06/15/2015

Features:

  • Cypress now has first class support for fixtures (official docs coming soon).
  • Introduced new cy.fixture() command.
  • Fixtures support json, js, and coffee files with image support coming soon.
  • Fixtures are automatically validated, with error messages propagating up to the client.
  • Fixtures are automatically formatted / indented for easy debugging.
  • Example fixture is automatically created with every project.
  • Example support files are now automatically created with every project.
  • cy.route() now accepts an alias as its response.
  • cy.route() additionally accepts a special fixture: or fx: keyword which automatically loads the fixture as the response.

Bugfixes:

  • Clicking giant yellow CypressError now displays associated XHR error in the console.

Misc:

  • RegExp arguments are now properly formatted in the command log.
  • Update bluebird to 2.9.27.
  • Update glob to 5.0.10.