Skip to content

Commit

Permalink
Merge pull request #262 from bugsnag/je/plat-12756-testanalytics
Browse files Browse the repository at this point in the history
[PLAT-12756] Add test analytics
  • Loading branch information
joshedney authored Sep 30, 2024
2 parents e62e2d1 + a748cf4 commit 19ecc33
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ steps:
- "--no-tunnel"
- "--aws-public-ip"
- "--fail-fast"
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^main|next$$"
concurrency: 25
concurrency_group: 'bitbar'
concurrency_method: eager
Expand Down Expand Up @@ -110,6 +114,10 @@ steps:
- "--device=ANDROID_12"
- "--appium-version=1.22.0"
- "--fail-fast"
test-collector#v1.10.2:
files: "reports/TEST-*.xml"
format: "junit"
branch: "^main|next$$"
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,18 @@ services:
BUILDKITE_REPO:
BUILDKITE_RETRY_COUNT:
BUILDKITE_STEP_KEY:
BUILDKITE_ANALYTICS_TOKEN:
MAZE_BUGSNAG_API_KEY:
BROWSER_STACK_USERNAME:
BROWSER_STACK_ACCESS_KEY:
MAZE_NO_FAIL_FAST:
ports:
- "9000-9499:9339"
volumes:
- ./features/:/app/features/
- ./maze_output:/app/maze_output
- /var/run/docker.sock:/var/run/docker.sock
- ./reports/:/app/reports/

networks:
default:
Expand Down
3 changes: 3 additions & 0 deletions features/support/maze.buildkite.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--format=junit
--out=reports
--format=pretty

0 comments on commit 19ecc33

Please sign in to comment.