13.9.0
Released Released on May 6, 2024
Features:
Added more descriptive error messages when Test Replay fails to record or upload. Addresses #29022.
Bugfixes:
Fixed a bug where promises rejected with
undefinedwere failing insidecy.origin(). Addresses #23937.We now pass the same default Chromium flags to Electron as we do to Chrome. As a result of this change, the application under test's
navigator.webdriverproperty will now correctly betruewhen testing in Electron. Fixes #27939.Fixed network issues in requests using fetch for users where Cypress is run behind a proxy that performs HTTPS decryption (common among corporate proxies). Fixes #29171.
Fixed an issue where extra windows weren't being closed between specs in Firefox causing potential issues in subsequent specs. Fixes #29473.
Misc:
Improved accessibility of the Cypress App in some areas. Addressed in #29322.
Dependency Updates:
Updated
electronfrom27.1.3to27.3.10to address CVE-2024-3156. Addressed in #29431.