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.

