0.7.0

Released Released on June 14, 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.