Skip to content

Commit

Permalink
add test analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Sep 25, 2024
1 parent 792a2d1 commit 7b01aa9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ steps:
- "build-expo-apk"
timeout_in_minutes: 50
plugins:
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^v51/main|v51/next$$"
artifacts#v1.5.0:
download: "build/output.apk"
docker-compose#v3.9.0:
Expand All @@ -55,9 +59,6 @@ steps:
- --app=build/output.apk
- --farm=bs
- --device=ANDROID_12
- --a11y-locator
- --fail-fast
- --retry=2
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
Expand All @@ -67,6 +68,10 @@ steps:
- "build-expo-ipa"
timeout_in_minutes: 50
plugins:
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^v51/main|v51/next$$"
artifacts#v1.5.0:
download: "build/output.ipa"
docker-compose#v3.9.0:
Expand All @@ -77,10 +82,6 @@ steps:
- --app=build/output.ipa
- --farm=bs
- --device=IOS_16
- --a11y-locator
- --fail-fast
- --retry=2
- --order=random
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
Expand All @@ -90,6 +91,10 @@ steps:
- "build-expo-ipa"
timeout_in_minutes: 50
plugins:
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^v51/main|v51/next$$"
artifacts#v1.5.0:
download: "build/output.ipa"
docker-compose#v3.9.0:
Expand All @@ -100,10 +105,6 @@ steps:
- --app=build/output.ipa
- --farm=bs
- --device=IOS_14
- --a11y-locator
- --fail-fast
- --retry=2
- --order=random
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

0 comments on commit 7b01aa9

Please sign in to comment.