13.13.1
Released Released on July 15, 2024
Bugfixes:
Fixed an issue where unhandled
WebSocket connection closedexceptions would be thrown when CDP connections rapidly connect, disconnect, and connect again while there are pending commands. Fixes #29572.CLI output properly displays non-JSON response bodies when a Test Replay upload attempt returns a non-JSON response body for a non-200 status code. Addressed in #29801.
Fixed an issue where the ReadStream used to upload a Test Replay recording could erroneously be re-used when retrying in cases of retryable upload failures. Fixes #29227.
Fixed an issue where command snapshots were not being captured within the
cy.origin()command within Test Replay. Addressed in #29828.
Dependency Updates:
Updated
jqueryfrom3.1.1to3.4.1. Addresses #29822. Addressed in #29837.Replaced
json-lintwithjson-parse-even-better-errors. This removes the CVE-2021-23358 vulnerability being reported in security scans. Addresses #28207.Updated
minimatchfrom3.0.4to3.1.2. Addressed in #29821.