0.7.4
Released Released on June 17, 2015
Misc:
Attempting to
.click()a select element will now throw an error. The error guides you to using the.select()command, as that is the command you should use to change a<select>value.cy.route()responses are now validated. If responses arenullorundefinedCypress will throw a very specific error message.Cypress will now display
cypress.jsonparse errors when attempting to boot a project when there is a syntax error incypress.json.