MobileBoost Test Agent GitHub App
Install the MobileBoost Test Agent GitHub App on your repository. Once installed, it automatically:- Picks up test executions triggered from pull requests
- Updates the PR with a status check (pending, pass, fail)
- Posts a summary comment with results, screenshots, and links to detailed reports
How it works
1
Tests are triggered from a PR
Your GitHub Actions workflow uploads a build and triggers tests via the MobileBoost API (see CI integration under Test execution).
2
Status check shows pending
The MobileBoost Test Agent sets a pending status check on the PR while tests are running.
3
Results are reported
Once tests complete, the status check updates to pass or fail, and a summary comment is posted on the PR with:
- Pass/fail status per test
- Step-by-step screenshots
- Links to full video recordings and logs

