Cypress - v0.15.1
Released 04/01/2016
Features:
- cy.go() and cy.reload() now accept a timeout option. Also, these commands would previously time out after the default
commandTimeout
of4000ms
, but now they will timeout afterpageLoadTimeout
of30000ms
.
Bugfixes:
- When an integration test file is unable to run and the
integrationFolder
is not the default path, the UI error now properly prints the integration test file's path by stripping offintegration
in the path. Fixes #117. Cypress.Dom.isHidden()
will now throw error when it isn't passed a DOM element.
Misc:
- Renamed configuration option
visitTimeout
topageLoadTimeout
. You don't need to change anything. If you were specifically settingvisitTimeout
in yourcypress.json
file it will be transparently rewrittenpageLoadTimeout
on 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.
Details
date
July 19, 2018, 7:29 a.m.
name
0.15.1
type
Patch
👇
Register or login to:
- 🔍View and search all Cypress releases.
- 🛠️Create and share lists to track your tools.
- 🚨Setup notifications for major, security, feature or patch updates.
- 🚀Much more coming soon!