Skip to content
Discussion options

You must be logged in to vote

Hello @phsamson ,

Please refer the environment variables that need to be set for publishing test results to testbeats with custom details.
https://docs.testbeats.com/others/environment-variables.html#testbeats-portal

TEST_BEATS_API_KEY=<secret>
TEST_BEATS_RUN=<run-name>

Make sure your env variables injected to Github Action step. For example

 - name: Report Test Results
        run: npx testbeats publish -c testbeats.config.json
        env:
          TEST_BEATS_API_KEY: ${{ secrets.TEST_BEATS_API_KEY }}
          TEST_BEATS_RUN: 'Staging - E2E Tests'

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@phsamson
Comment options

Answer selected by phsamson
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants