tester-army/TesterArmy Mobile CI
Upload a mobile app to TesterArmy, run AI-powered tests, and clean up.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app_path | Path to the app build file or directory to upload. | no | — |
| api_key | TesterArmy API key. | yes | — |
| project_id | TesterArmy project ID. | yes | — |
| group_id | TesterArmy group ID. Required for all and test modes. | no | — |
| app_id | Existing TesterArmy uploaded app ID. Required for test mode and dynamic_agent mode on pull request events. | no | — |
| mode | Action mode to run. Use all, upload, test, or dynamic_agent. | no | all |
| platform | Mobile runtime platform. Use ios for iOS Simulator apps or android for APKs. | no | ios |
| delete_app_after_run | Delete the uploaded app after terminal test runs. | no | true |
| remove_after | Seconds after which TesterArmy should remove the upload. Set to 0 to disable. | no | 3600 |
Outputs
| name | description |
|---|---|
| app_id | Uploaded or supplied TesterArmy app ID. |
| overall_status | Overall status of the test run (passed, failed, or timed_out). |
| dynamic_agent_status | Overall status of the dynamic PR agent run (passed, failed, timed_out, or skipped). |