15.5.0
Released Released on October 16, 2025
Features:
When
cypress runis used with both--recordand--posix-exit-codesenabled, Cypress will now exit with code112when it cannot determine which spec to run next due to network conditions. Addresses #32485. Addressed in #32635.
Bugfixes:
An error is no longer thrown during command execution when the application under test overwrites the
window.$property with a non-function. Fixes #1502. Fixed in #32682.When running
cypressin Cypress development environments, or whenELECTRON_ENABLE_LOGGINGis otherwise set to 1, certain messages written tostderrwill no longer be bracketed with verbose tags. Addresses #32569. Addressed in #32674.Improve performance of time between specs by not resetting the
file_systemsStorageTypestate when executing the CDP commandStorage.clearDataForOrigin. Fixed in #32703.
Misc:
Browser detection in Cypress now always prefers 64-bit browser installs to 32-bit browser installs. Addressed in #32656.
Update code button styles and rename Get Code for Code on
cy.prompt(). Addressed in #32745.
Dependency Updates:
Upgraded
tsxfrom4.20.5to4.20.6. Addressed in #32730.