Start Device
Start or create a device with Maestro CLI. Launch Android emulators or iOS simulators quickly for local testing, aligned with cloud configs.
You can use Maestro to create an Android emulator or an iOS simulator.
The device configurations are similar to the ones hosted on Maestro's cloud platform. Using such devices will help you create compatible flows.
Start an Android emulator using Maestro
You can start by running
maestro start-device --platform androidThis will create a default Android emulator (Pixel 6, Google API 30). If the device already exists, it will simply launch it.
For full options run maestro start-device
Note: Device configurations are limited to a few recommended OS versions and devices. Such configurations work well when running flows in the cloud.
Start an iOS simulator using Maestro
You can start by running
maestro start-device --platform iosThis will create a default iOS simulator (iPhone11, iOS 15.5). If the device already exists, it will simply launch it.
For full options run maestro start-device
Note: Device configurations are limited to a few recommended os versions and devices. Such configurations work well when running flows in the cloud.
Last updated
Was this helpful?
