Skip to content

Commit

Permalink
Merge pull request #1609 from bugsnag/tms/fail-fast
Browse files Browse the repository at this point in the history
Consistently fail-fast e2e test scenarios
  • Loading branch information
twometresteve committed Nov 13, 2023
2 parents 483715d + 81e4ad9 commit d61c248
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 16 deletions.
6 changes: 6 additions & 0 deletions .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ steps:
- "--device=IOS_15"
- "--no-tunnel"
- "--aws-public-ip"
- "--fail-fast"
concurrency: 25
concurrency_group: 'bitbar'
concurrency_method: eager
Expand All @@ -56,6 +57,7 @@ steps:
- "--device=IOS_15"
- "--no-tunnel"
- "--aws-public-ip"
- "--fail-fast"
concurrency: 25
concurrency_group: 'bitbar'
concurrency_method: eager
Expand Down Expand Up @@ -268,6 +270,7 @@ steps:
- "--farm=bs"
- "--device=IOS_15"
- "--appium-version=1.21.0"
- "--fail-fast"
- "features/app_hangs.feature"
concurrency: 5
concurrency_group: 'browserstack-app'
Expand Down Expand Up @@ -296,6 +299,7 @@ steps:
- "--farm=bs"
- "--device=IOS_14"
- "--appium-version=1.21.0"
- "--fail-fast"
- "features/app_hangs.feature"
concurrency: 5
concurrency_group: 'browserstack-app'
Expand Down Expand Up @@ -324,6 +328,7 @@ steps:
- "--farm=bs"
- "--device=IOS_13"
- "--appium-version=1.21.0"
- "--fail-fast"
- "features/app_hangs.feature"
concurrency: 5
concurrency_group: 'browserstack-app'
Expand Down Expand Up @@ -352,6 +357,7 @@ steps:
- "--farm=bs"
- "--device=IOS_12"
- "--appium-version=1.21.0"
- "--fail-fast"
- "features/app_hangs.feature"
concurrency: 5
concurrency_group: 'browserstack-app'
Expand Down
34 changes: 18 additions & 16 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ steps:
- "--farm=bs"
- "--device=IOS_16"
- "--appium-version=1.21.0"
- "--fail-fast"
- "features/app_hangs.feature"
concurrency: 5
concurrency_group: 'browserstack-app'
Expand Down Expand Up @@ -523,14 +524,14 @@ steps:
run: cocoa-maze-runner
service-ports: true
command:
- --app=@/app/build/ipa_url_bs.txt
- --farm=bs
- --device=IOS_17
- --appium-version=1.18.0
- --a11y-locator
- --fail-fast
- --exclude=features/[e-z].*.feature$
- --order=random
- "--app=@/app/build/ipa_url_bs.txt"
- "--farm=bs"
- "--device=IOS_17"
- "--appium-version=1.18.0"
- "--a11y-locator"
- "--fail-fast"
- "--exclude=features/[e-z].*.feature$"
- "--order=random"
concurrency: 25
concurrency_group: 'browserstack-app'
concurrency_method: eager
Expand All @@ -554,14 +555,14 @@ steps:
run: cocoa-maze-runner
service-ports: true
command:
- --app=@/app/build/ipa_url_bs.txt
- --farm=bs
- --device=IOS_17
- --appium-version=1.18.0
- --a11y-locator
- --fail-fast
- --exclude=features/[a-d].*.feature$
- --order=random
- "--app=@/app/build/ipa_url_bs.txt"
- "--farm=bs"
- "--device=IOS_17"
- "--appium-version=1.18.0"
- "--a11y-locator"
- "--fail-fast"
- "--exclude=features/[a-d].*.feature$"
- "--order=random"
concurrency: 25
concurrency_group: 'browserstack-app'
concurrency_method: eager
Expand Down Expand Up @@ -589,6 +590,7 @@ steps:
- "--farm=bs"
- "--device=IOS_11_0_IPHONE_8_PLUS"
- "--appium-version=1.16.0"
- "--fail-fast"
- "features/barebone_tests.feature"
concurrency: 5
concurrency_group: 'browserstack-app'
Expand Down

0 comments on commit d61c248

Please sign in to comment.