13.3.1

Released Released on October 10, 2023

Bugfixes:

  • Fixed an issue where requests were correlated in the wrong order in the proxy. This could cause an issue where the wrong request is used for cy.intercept or assets (e.g. stylesheets or images) may not properly be available in Test Replay. Addressed in #27892.

  • Fixed an issue where a crashed Chrome renderer can cause the Test Replay recorder to hang. Addressed in #27909.

  • Fixed an issue where multiple responses yielded from calls to cy.wait() would sometimes be out of order. Fixes #27337.

  • Fixed an issue where requests were timing out in the proxy. This could cause an issue where the wrong request is used for cy.intercept or assets (e.g. stylesheets or images) may not properly be available in Test Replay. Addressed in #27976.

  • Fixed an issue where Test Replay couldn't record tests due to issues involving GLIBC. Fixed deprecation warnings during the rebuild of better-sqlite3. Fixes #27891 and #27902.

  • Enables test replay for executed specs in runs that have a spec that causes a browser crash. Addressed in #27786.