0.15.1
Released Released on March 31, 2016
Features:
cy.go()andcy.reload()now accept a timeout option. Also, these commands would previously time out after the defaultcommandTimeoutof4000ms, but now they will timeout afterpageLoadTimeoutof30000ms.
Bugfixes:
When an integration test file is unable to run and the
integrationFolderis not the default path, the UI error now properly prints the integration test file's path by stripping offintegrationin the path. Fixes #117.Cypress.Dom.isHidden()will now throw error when it isn't passed a DOM element.
Misc:
Renamed configuration option
visitTimeouttopageLoadTimeout. You don't need to change anything. If you were specifically settingvisitTimeoutin yourcypress.jsonfile it will be transparently rewrittenpageLoadTimeouton the next server boot. This option was renamed because now multiple commandscy.visit(),cy.go(), andcy.reload()all depend on this timeout option.The Cypress tray icon has been updated. It's much better now.