Released 08/10/2015
Bugfixes:
- Cypress Errors in
hooks
(beforeEach
, etc) will no longer cause Mocha to fire itsend
event thus ending the entire run. In CI, this would cause the test suite to end early. Uncaught Mocha errors will however continue this behavior. Cypress does not yet have a "skipped" visual state for tests which were skipped, so at the moment it may look a little strange and unpredictable.
Misc:
- Tweaked clicking algorithm to re-verify an elements visibility anytime the
click retries its
retry
logic. Previously this check only happened once at the beginning of the click. - In CI, the window size (not the viewport) has been changed from
1024x768
to1280x720
. This will only affectscreenshot
artifacts which are taken automatically withcy.screenshot()
(coming soon) or whenever a test fails (also coming soon).