0.7.0
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, andcoffeefiles 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:orfx: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
bluebirdto2.9.27. - Update
globto5.0.10.