13.17.0
Released Released on December 16, 2024
Features:
Added official support for the Google Chrome for Testing browser. Assuming the browser is in a location where it can be auto-detected, it can be launched by providing the
--browser chrome-for-testingoption. If it can't be auto-detected, the path to the browser can also be provided. Previously customizing the available browsers was required. Addresses #28123 and #28554.
Bugfixes:
Fixed an issue where targets may hang if
Network.enableis not implemented for the target. Addresses #29876.Updated Firefox
userChrome.cssto correctly hide the toolbox during headless mode. Addresses #30721.Fixed an issue loading the
cypress.config.tsfile with Node.js version22.12.0if it is loaded as an ESM. Addresses #30715.
Misc:
Removed a comment from the scaffolded
supportFilefor component tests around CommonJS syntax. Addresses #23287.
Dependency Updates:
Updated
chaifrom4.2.0to4.5.0. Addressed in #30737.