Skip to content

Commit

Permalink
[ci] Automatically retry flaky Cypress tests (#7691)
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen authored Apr 16, 2024
1 parent 26af247 commit 1961555
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .buildkite/pipelines/pipeline_pull_request_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ steps:
artifact_paths:
- "cypress/screenshots/**/*.png"
- "cypress/videos/**/*.mp4"
retry:
automatic: true

- command: .buildkite/scripts/pipelines/pipeline_test.sh
label: ":cypress: Cypress tests on React 17"
Expand All @@ -62,6 +64,8 @@ steps:
artifact_paths:
- "cypress/screenshots/**/*.png"
- "cypress/videos/**/*.mp4"
retry:
automatic: true

- command: .buildkite/scripts/pipelines/pipeline_test.sh
label: ":cypress: Cypress tests on React 18"
Expand All @@ -73,6 +77,8 @@ steps:
artifact_paths:
- "cypress/screenshots/**/*.png"
- "cypress/videos/**/*.mp4"
retry:
automatic: true

- command: .buildkite/scripts/pipelines/pipeline_test.sh
label: ":axe: Cypress accessibility (a11y) tests on React 18"
Expand Down

0 comments on commit 1961555

Please sign in to comment.