The MobileBoost Test Agent GitHub App reports test results directly on your pull requests, so your team gets feedback without leaving GitHub.Documentation Index
Fetch the complete documentation index at: https://docs.mobileboost.io/llms.txt
Use this file to discover all available pages before exploring further.
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
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).
Status check shows pending
The MobileBoost Test Agent sets a pending status check on the PR while tests are running.

