Ember

Mobile Testing

Android, iOS, and HarmonyOS device automation in Ember desktop

Mobile Testing

Ember desktop includes a mobile testing workspace for UI automation on real devices and emulators.

Supported targets

OSNotes
AndroidDevice / emulator via ADB
iOSDevice / simulator (macOS host)
HarmonyOSHarmony device automation

Capabilities

  • Connect devices; inspect screen and element tree
  • Run tap, type, swipe, and other steps
  • Tie runs to test tasks for happy-path validation
  • Screenshots and logs for regression review

Prerequisites

  1. Platform SDK / drivers (Android Platform Tools, Xcode, etc.)
  2. Enable developer mode and USB debugging (Android) or trust the host (iOS)
  3. Open Mobile testing in Ember and select a device

Desktop vs Ember Cloud

Ember desktopEmber Cloud
DevicesLocal USB / LANPrivate cloud device pool
AutomationWorkspace steps + Agent AppsUI-Genie natural-language instructions
Best forDev-machine smoke checksShared devices, CI, multi-tenant teams

Teams on Ember Cloud can also use UI-Genie at scale; desktop is ideal for quick local validation.

Troubleshooting

See Troubleshooting for device detection and driver issues.

On this page