Overview
Warning: Early Access
Mobile testing is currently in early access. To get access, please contact us.
TesterArmy runs your app on cloud simulators and uses AI agents to test it like a real user.

Recommended setup
- Build an iOS Simulator version of your app and zip the
.appbundle. - Upload that build to TesterArmy and create your first mobile test.
- Run the test manually to confirm everything works.
- Add GitHub Actions so the same tests run automatically on every change.
If you want a working reference, see the mobile GitHub Action and the mobile example app.
Supported platforms
Android support is coming soon. Let us know if you’d like to be notified when it’s available.
Requirements
TesterArmy currently supports simulator builds only. For iOS, that means you need a .app bundle built for iOS Simulator, not an .ipa built for physical devices.
For manual uploads, archive the simulator build as .app.zip or .app.tar.gz. If you use our GitHub Action, you can pass the .app directory directly and the action handles the upload for you.
See App Uploads for the build and zip steps.
Limitations
Currently we support running tests on simulators only, so features like camera access and biometric access (Face ID, Touch ID) are not supported. If you need to run tests on real devices please contact us.

