13.6.1
Released Released on December 4, 2023
Bugfixes:
Fixed an issue where pages or downloads opened in a new tab were missing basic auth headers. Fixes #28350.
Fixed an issue where request logging would default the
messageto theargsof the currently running command even though thoseargswould not apply to the request log and are not displayed. If theargsare sufficiently large (e.g. when running thecy.taskfrom the code-coverage plugin) there could be performance/memory implications. Addressed in #28411.Fixed an issue where commands would fail with the error
must only be invoked from the spec file or support fileif the project'sbaseUrlincluded basic auth credentials. Fixes #27457 and #28336.Fixed an issue where some URLs would timeout in pre-request correlation. Addressed in #28427.
Cypress will now correctly log errors and debug logs on Linux machines. Fixes #5051 and #24713.
Misc: