14.0.2
Released Released on February 4, 2025
Bugfixes:
Fixed a regression introduced in 14.0.0 where error codeframes in the runner UI were not populated with the correct data in failed retry attempts. Fixes #30927.
All commands performed in
afterandafterEachhooks will now correctly retry when a test fails. Commands that are actions like.click()and.type()will now perform the action in this situation also. Fixes #2831.Fixed an issue in Cypress 14.0.0 where privileged commands did not run correctly when a spec file or support file contained characters that required encoding. Fixes #30933.
Re-enabled retrying Cloud instance creation for runs that are parallel or recorded. Fixes #31002.
Misc:
Updated the mismatched dependencies warning message to be neutral, avoiding assumptions about upgrading or downgrading. Fixes #30990.
Dependency Updates:
Upgraded
mimefrom2.6.0to3.0.0. Addressed in #30966.