Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ steps:
- --app=build/output.apk
- --farm=bs
- --device=ANDROID_12
- --a11y-locator
- --fail-fast
- --retry=2
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^v51/main|v51/next$$"
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
Expand All @@ -77,10 +78,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"
branch: "^v51/main|v51/next$$"
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
Expand All @@ -100,10 +101,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"
branch: "^v51/main|v51/next$$"
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ services:
DEBUG:
BROWSER_STACK_USERNAME:
BROWSER_STACK_ACCESS_KEY:
MAZE_NO_FAIL_FAST:
networks:
default:
aliases:
- maze-runner
volumes:
- ./build:/app/build
- ./features:/app/features
- ./reports/:/app/reports/

release:
build:
Expand Down
7 changes: 7 additions & 0 deletions features/support/maze.buildkite.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
--format=junit
--out=reports
--format=pretty
--a11y-locator
--fail-fast
--retry=2
--order=random
Loading