13.8.1
Released Released on April 22, 2024
Performance:
Fixed a performance issue with activated service workers that aren't controlling clients which could lead to correlation timeouts. Fixes #29333 and #29126.
Bugfixes:
Fixed a regression introduced in 13.6.0 where Cypress would occasionally exit with status code 1, even when a test run was successful, due to an unhandled WebSocket exception (
Error: WebSocket connection closed). Addresses #28523.Fixed an issue where Cypress would hang on some commands when an invalid
timeoutoption was provided. Fixes #29323.
Misc:
.its()type now excludes null and undefined. Fixes #28872.
Dependency Updates:
Updated
zodfrom3.20.3to3.22.5. Addressed in #29367.