Skip to content

Commit

Permalink
update options passed to maze runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Sep 26, 2024
1 parent 8f693bd commit a91a73c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ steps:
- --app=build/output.apk
- --farm=bs
- --device=ANDROID_12
- --a11y-locator
- --fail-fast
- --retry=2
- --order=random
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
Expand All @@ -78,6 +82,10 @@ steps:
- --app=build/output.ipa
- --farm=bs
- --device=IOS_16
- --a11y-locator
- --fail-fast
- --retry=2
- --order=random
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
Expand All @@ -101,6 +109,10 @@ steps:
- --app=build/output.ipa
- --farm=bs
- --device=IOS_14
- --a11y-locator
- --fail-fast
- --retry=2
- --order=random
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
Expand Down
4 changes: 0 additions & 4 deletions features/support/maze.buildkite.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
--format=junit
--out=reports
--format=pretty
--a11y-locator
--fail-fast
--retry=2
--order=random

0 comments on commit a91a73c

Please sign in to comment.