13.6.2
Released Released on December 25, 2023
Bugfixes:
Fixed a regression in 13.6.1 where a malformed URI would crash Cypress. Fixes #28521.
Fixed a regression in 12.4.0 where erroneous
<br>tags were displaying in error messages in the Command Log making them less readable. Fixes #28452.
Performance:
Improved performance when finding unique selectors for command log snapshots for Test Replay. Addressed in #28536.
Dependency Updates:
Updated
ts-nodefrom10.9.1to10.9.2. Cypress will longer error duringcypress runorcypress openwhen using typescript 5.3.2+ withextendsintsconfig.json. Addresses #28385.