-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: experimental retries #27930
Merged
Merged
feat: experimental retries #27930
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
f6821e0
chore: set up feature/test-burn-in feature branch
AtofStryker 02ef3a3
Merge branch 'develop' of github.com:cypress-io/cypress into feature/…
AtofStryker ba1a119
Merge pull request #27400 from cypress-io/chore/merge-develop-into-te…
AtofStryker c428443
feat: add burnIn Configuration option (currently a no-op) (#27377)
AtofStryker ef84f03
feat: add new experimental retries configuration (#27412)
AtofStryker 334a955
Merge branch 'develop' into feature/test-burn-in
AtofStryker 209b719
fix cache invalidation [run ci]
astone123 a802904
Merge branch 'develop' of https://github.com/cypress-io/cypress into …
AtofStryker f919931
Merge pull request #27538 from cypress-io/chore/merge-develop-test-bu…
AtofStryker cc0dd8a
Merge branch 'develop' of https://github.com/cypress-io/cypress into …
AtofStryker bb5046c
fix snapshot added in v13 for module api to include test burn in expe…
AtofStryker d08a7fa
chore: fix merge conflict
AtofStryker 62e6e11
Merge pull request #27751 from cypress-io/chore/merge-develop
AtofStryker f4804dd
Merge branch 'develop' of https://github.com/cypress-io/cypress into …
AtofStryker 0fbfc28
Merge pull request #27777 from cypress-io/chore/merge-develop-burnin
AtofStryker ae3df1a
chore: add burnInTestAction capability (#27768)
mabela416 a1ad9ca
feat: implement experimental retries (#27826)
AtofStryker 5e8deb7
Revert "feat: add burnIn Configuration option (currently a no-op) (#2…
AtofStryker cde15d0
Revert "chore: add burnInTestAction capability (#27768)"
AtofStryker c5abc90
chore: run snapshot and binary jobs against experimental retries feat…
AtofStryker 376c00f
Merge branch 'develop' of https://github.com/cypress-io/cypress into …
AtofStryker f866c5c
chore: add changelog entry (wip)
AtofStryker 83842a6
Revert "fix snapshot added in v13 for module api to include test burn…
AtofStryker 9799c53
Fix system tests
MuazOthman eb794a3
Merge branch 'develop' into feature/experimental-retries
MuazOthman fe367d6
Clear CircleCI cache
MuazOthman 0fecba0
Normalize retries config for test execution
MuazOthman 1b15b2a
Fixed some unit tests
MuazOthman cd738a3
update snapshots for newer test metadata
cacieprins d38d1f1
Fix cy-in-cy snapshots
MuazOthman 13691b5
update snapshots
cacieprins b1c6147
bump cache version
cacieprins 57057fd
Merge branch 'develop' into feature/experimental-retries
cacieprins 8533173
Merge branch 'develop' into feature/experimental-retries
cacieprins 2d1df6c
chore: ensure legacy retry overrides work; reject exp. retries overri…
cacieprins 769a10e
Merge branch 'develop' into feature/experimental-retries
cacieprins 6fb19bf
Merge branch 'develop' into feature/experimental-retries
cacieprins 665db2e
update changelog
cacieprins a488c27
flip if statement in experimental retries option validation
cacieprins 31e8ba7
refactor invalid experimental retry override for more useful error msg
cacieprins d71a46c
revert testConfigOverrides snapshot
cacieprins 6e589f8
update snapshots for test override sys test
cacieprins 48c6734
Update packages/config/src/validation.ts
cacieprins e89d821
succinct changelog entry; links to docs for details
cacieprins 067c265
testConfigOverride system test snapshots
cacieprins 4b0f9a2
Update .github/workflows/update_v8_snapshot_cache.yml
cacieprins 386af08
Update cli/CHANGELOG.md
cacieprins 0800b5f
Update packages/driver/src/cypress.ts
cacieprins 711b548
updating cache-version
mschile b459aba
improve typescript usage when appending experimental retry options to…
cacieprins 9c54013
Revert "improve typescript usage when appending experimental retry op…
cacieprins 577ae49
refactor test config override validation for experimental retry subkeys
cacieprins 1a17cad
account for error throw differences in browsers in system tests
cacieprins 0ca0b19
Merge branch 'develop' into feature/experimental-retries
cacieprins 8d44661
Merge branch 'develop' into feature/experimental-retries
cacieprins 69e0761
bump circle cache
cacieprins 5e85168
bump circle cache again
cacieprins d66f980
Merge branch 'develop' into feature/experimental-retries
cacieprins File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can def fix this later, but read_only & global_only should be the same thing. can't be updated at test-time so must be set in the configuration file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
at least that is how I intended it to be if it's not working that way 🙃