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-node from 10.9.1 to 10.9.2. Cypress will longer error during cypress run or cypress open when using typescript 5.3.2+ with extends in tsconfig.json. Addresses #28385.