cypress
cypress copied to clipboard
feat: add option to ignore chrome preferences
- Closes https://github.com/cypress-io/cypress/issues/29330
Additional details
Adds an IGNORE_CHROME_PREFERENCES
option to ignore Chrome preferences paths.
Steps to test
How has the user experience changed?
PR Tasks
- [ ] Have tests been added/updated?
- [ ] Has a PR for user-facing changes been opened in
cypress-documentation
? https://github.com/cypress-io/cypress-documentation/pull/5822 - [ ] Have API changes been updated in the
type definitions
?
2 flaky tests on run #55647 ↗︎
![]() |
![]() |
![]() |
![]() |
![]() |
Details:
Merge branch 'develop' into ignore-chrom-prefs | |||
Project: cypress | Commit: 74202f0612 |
||
Status: Passed | Duration: 16:12 💡 | ||
Started: Jun 4, 2024 2:22 PM | Ended: Jun 4, 2024 2:38 PM |
cypress/e2e/commands/net_stubbing.cy.ts • 2 flaky tests • 5x-driver-webkit
Test | Artifacts | |
---|---|---|
... > with `resourceType` > can match a proxied image request by resourceType |
Review all test suite changes for PR #29447 ↗︎ |
@cacieprins to make some updates here based on our convo - to ignore writing and reading chrome prefs
Latest changes applied:
- definitively skip writing as well as reading - before, it would only skip as secondary behavior to the flag, and only if chrome preferences were not set in cy config
Released in 13.11.0
.
This comment thread has been locked. If you are still experiencing this issue after upgrading to Cypress v13.11.0, please open a new issue.