Cacie Prins
Cacie Prins
Currently the local xhrHttp is defined at require-time. Unfortunately, libraries for mocking out XMLHttpRequests that rely on replacing global.XMLHttpRequest with a mock do not play nicely with this - you've...
### Additional details ### Steps to test ### How has the user experience changed? ### PR Tasks - [NA] Have tests been added/updated? - [NA] Has a PR for user-facing...
Changelog stated 12.17.1 was released 7-16 instead of 7-10 - Closes ### Additional details ### Steps to test ### How has the user experience changed? ### PR Tasks - [NA]...
- Closes ### Additional details Core fix: `darwin-arm64` build CI was failing with a permissions error during post-build smoke tests. Using the build-in `fs.rename` instead of `fs-extra`'s `move` method resolves...
- Closes ### Additional details ### Steps to test ### How has the user experience changed? ### PR Tasks - [ ] Have tests been added/updated? - [ ] Has...
- Closes https://github.com/cypress-io/cypress/issues/28392 ### Additional details Previously, we were attempting to activate the main tab before and after every command. This required the Chrome extension to be loaded and enabled,...
This section describes behavior changed in [this PR](https://github.com/cypress-io/cypress/pull/29038) in order to fix [#5016](https://github.com/cypress-io/cypress/issues/5016).
### Current behavior In Chrome 123, when a domain has set a partitioned cookie, the `cy.clearAllCookies` command does not delete the partitioned cookie. As well, partitioned cookies do not seem...
- Closes ### Additional details Because of the bifurcation of Test Replay capture/upload logic, the durations that are recorded in the afterSpec process will be returned from the protocol capture...