14.4.1
Released Released on June 2, 2025
Bugfixes:
Fixed an issue where
cy.session()may fail internally if navigating toabout:blanktakes longer than thedefaultCommandTimeout. Addresses #29496.
Misc:
The design of commands that display as grouped (such as
.within()andcy.session()) has been updated to provide better clarity when collapsing groups. Addressed in #31739.
Dependency Updates:
Updated
@sinonjs/fake-timersfrom10.3.0to11.3.1. Addressed in #31746.