Skip to main content
Create Test Dialog

Quick Start

  1. Go to Test Suite → Click Create test
  2. Fill in test name, platform, and build
  3. Click Create test
Opens the Test Editor with device ready.

Required Fields

Test Name

Name your test clearly.
  • “Login Flow Test”
  • “Checkout - Payment Success”
  • “User Registration E2E”

Platform

Platform Selection
  • iOS: iPhone apps
  • Android: Android apps

Build

Build Selection Select your app version from the dropdown. If you don’t see your app listed, click “Create new build” to upload one first. See Builds for upload instructions. iOS builds note: You can upload a zipped .app file via the file picker, or drag and drop an unzipped .app folder directly into the upload area. The file picker cannot select folders, so use drag-and-drop for unzipped .app bundles.

Optional: Tags

Organize tests by category.
  • smoke - Critical tests
  • regression - Full suite
  • login - Auth tests
Click Add tag… → Type → Press Enter.

Advanced Settings

Advanced Settings

AI Model

Select the AI model preset for test execution. Each preset is optimized for different use cases:
PresetDescriptionBest For
IntelligentBest accuracy, high reasoningComplex multi-step flows, ambiguous UI, form-heavy tests
BalancedGood balance of speed and accuracyStandard tests, CI/CD pipelines, most use cases
FastestQuick execution, lower accuracySimple tap sequences, smoke tests, quick iterations
The AI model interprets your natural language instructions and determines how to interact with your app’s UI.

Environment Variables

Set variables when app launches:
API_URL=https://staging.api.com
ENABLE_BETA=true

Full Test YAML

View or edit raw configuration.

After Creation

Device starts automatically (iOS: 5-30 seconds, Android: 5-45 seconds — time varies by app size). Your app will be automatically installed (if needed) and opened. Start adding steps in the Test Editor. See Step Types for all available step types.

Common Errors

  • “No builds available”: Upload a build first
  • “Invalid test name”: Remove special characters
  • “Build mismatch”: Platform and build must match