13.6.0
Released Released on November 20, 2023
Features:
Added an activity indicator to CLI output when artifacts (screenshots, videos, or Test Replay) are being uploaded to the cloud. Addresses #28239. Addressed in #28277.
When artifacts are uploaded to the Cypress Cloud, the duration of each upload will be displayed in the terminal. Addresses #28237.
Bugfixes:
We now allow absolute paths when setting
component.indexHtmlFilein the Cypress config. Fixes #27750.Fixed an issue where dynamic intercept aliases now show with alias name instead of "no alias" in driver. Addresses #24653
Fixed an issue where aliasing individual requests with
cy.intercept()led to an error when retrieving all of the aliases withcy.get(@alias.all). Addresses #25448The URL of the application under test and command error "Learn more" links now open externally instead of in the Cypress-launched browser. Fixes #24572.
Fixed issue where some URLs would timeout in pre-request correlation. Addressed in #28354.
Misc:
Browser tabs and windows other than the Cypress tab are now closed between tests in Chromium-based browsers. Addressed in #28204.
Cypress now ensures the main browser tab is active before running each command in Chromium-based browsers. Addressed in #28334.
Dependency Updates:
Upgraded
chrome-remote-interfacefrom0.31.3to0.33.0to increase the max payload from 100MB to 256MB. Addressed in #27998.