Skip to content

Commit

Permalink
Merge pull request #2216 from bugsnag/buildkite-test-analytics/aws-la…
Browse files Browse the repository at this point in the history
…mbda

Add buildkite analytics uploads to AWS lambda e2e tests
  • Loading branch information
twometresteve authored Oct 9, 2024
2 parents 57f0114 + 08069f5 commit 7e81646
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ steps:
env:
NODE_VERSION: "18"
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
plugins:
test-collector#v1.10.2:
files: "test/aws-lambda/reports/TEST-*.xml"
format: "junit"
branch: "^main|next$$"
api-token-env-name: "JS_AWS_LAMBDA_BUILDKITE_ANALYTICS_TOKEN"
commands:
# force the NPM registry as the default on CI is artifactory, which can't
# currently install from our lockfile
Expand Down
3 changes: 3 additions & 0 deletions test/aws-lambda/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 7e81646

Please sign in to comment.