TesterArmyTesterArmy
TesterArmyTesterArmy
WelcomeIntroductionQuick Start
Run ModePull Request TestingProduction MonitoringGroup Webhooks
Test CredentialsAgent Mail InboxesHTTP Basic Auth
OverviewApp UploadsGitHub Actions
VercelCoolifyCoolifySlack
Testing Staging EnvironmentTesting PRs
Getting StartedLocal Development
Mobile

Overview

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.

Mobile testing flow

Recommended setup

  1. Build an iOS Simulator version of your app and zip the .app bundle.
  2. Upload that build to TesterArmy and create your first mobile test.
  3. Run the test manually to confirm everything works.

HTTP Basic Auth

Previous Page

App Uploads

Next Page

On this page

Recommended setupSupported platformsRequirementsLimitationsNext steps
  • 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

    PlatformSystem VersionType
    iOS26.0Simulator

    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.

    Next steps

    Build and upload your app

    Build a simulator .app, zip it, upload it, and create your first mobile test.

    Set up GitHub Actions

    Run your existing mobile tests automatically in CI with our GitHub Action.