

Fixed issues where commands would fail with the error must only be invoked from the spec file or support file.

Cypress Cloud users can now receive desktop notifications about their runs, including when one starts, finishes, or fails.Fixed an issue with the Typescript types of cy.screenshot().Fixed invalid stored preference when enabling in-app notifications that could cause the application to crash.Fixed an issue where web workers could not be created within a spec.Fixed an issue where cy.writeFile() would erroneously fail with the error cy.writeFile() must only be invoked from the spec file or support file.Fixed an issue where commands would fail with the error must only be invoked from the spec file or support file if their arguments were mutated.No longer sends X-Cypress-Is-XHR-Or-Fetch header and infers resource type off of the server pre-request object. Fixed an issue where unnecessary requests were being paused.The HEAD branch name will now be recorded by default for pull request workflows if a branch name cannot otherwise be detected from user overrides or from local git data. Fixed an issue where unexpected branch names were being recorded for cypress runs when executed by GitHub Actions.
