15.6.0
Released Released on November 3, 2025
Features:
Added a 'Self-healed' badge to the Command Log when
cy.prompt()steps automatically recover after the element they need is not found in the cache. Addressed in #32802.cy.prompt()will now show a warning in theGet codemodal when there are unsaved changes inStudiothat will be lost if the user saves the generated code. Addressed in #32741.
Bugfixes:
Fixed an issue where command snapshots were not correctly displayed in Studio. Addressed in #32808.
Chrome's autofill popup is now disabled when filling address and credit card forms during test execution. We also added some other Chrome flags and preferences that are common when automating browsers. Fixes #25608. Addressed in #32811.
Fixed an issue where grouped command text jumps up and down when expanding and collapsing in the command log. Addressed in #32757.
Fixed an issue with grouped console prop items having a hard to read blue color in the console log and duplicate
:characters being displayed. Addressed in #32776.Added more context to the error message shown when
cy.prompt()fails to download. Addressed in #32822.Fixed an issue where absolute file paths were not correctly determined from the source map when the source map root was updated. Fixes #32809.
Misc:
Add top padding for command log labels. Addressed in #32774.
The hitbox for expanding a grouped command has been widened. Addresses #32778. Addressed in #32783.
Have cursor on hover of the AUT URL to show as pointer. Addresses #32777. Addressed in #32782.
WebKit now prefers a cookie's fully qualified
domainwhen requesting a cookie value viacy.getCookie(). If none are found, the cookie's apex domain will be used as a fallback. Addresses #29954, #29973 and #30392. Addressed in #32852.The 'Next' tooltip style was updated. Addressed in #32866.
Make test name header sticky in studio mode and in the tests list. Addresses #32591. Addressed in #32840
The
cy.exec()type now reflects the correct yielded response type ofexitCode. Addresses #32875. Addressed in #32885.
Dependency Updates: