13.15.1
Released Released on October 23, 2024
Bugfixes:
Patched find-process to fix an issue where trying to clean up browser profiles can throw an error on Windows. Addresses #30378.
Fixed an issue where requests to the same resource in rapid succession may not have the appropriate static response intercept applied if there are multiple intercepts that apply for that resource. Addresses #30375.
Misc:
Cypress now consumes geckodriver to help automate the Firefox browser instead of marionette-client. Addresses #30217.
Cypress now consumes webdriver to help automate the Firefox browser and firefox-profile to create a firefox profile and convert it to Base64 to save user screen preferences via
xulstore.json. Addresses #30300 and #30301.Spec information is now passed to protocol's
beforeSpecto improve troubleshooting when reporting on errors. Addressed in #30316.
Dependency Updates:
Updated
simple-gitfrom3.16.0to3.25.0. Addressed in #30076.