CI pipelines and mobile builds
GitHub Actions integration
TesterArmy tests every iOS Simulator or Android build from GitHub Actions and writes the verdict to the step summary.
What the action returns
The workflow builds the app and the action uploads it, provisions a cloud simulator or emulator, runs the mobile test group and writes the verdict to the step summary.
- upload
- defined_tests
- dynamic_agent
How it works
Setup is three repository secrets and one workflow file. The group must already hold a mobile test that you ran once by hand, or nothing runs.
Add three repository secrets
Store the API key from API Keys under Profile, the project ID from Project Settings and the group ID from the test group menu.
Build and upload the artifact
Build the iOS Simulator .app or Android .apk in a dedicated job, upload it as a GitHub artifact and download it on a Linux runner.
Run the mobile action
Add the TesterArmy mobile action with the app path and platform so it uploads the app, runs the group, waits for results and cleans up.
Works with
A GitHub connection lets the dynamic PR agent read each pull request. Expo apps belong on Expo EAS, Bitrise uses the CLI flow, and web deploys use the group webhook.
Questions
Test the next mobile build
Add three secrets and one workflow file, and the next iOS Simulator or Android build comes back with a verdict in the step summary.
