Configuring OS Version
Last updated
Was this helpful?
Last updated
Was this helpful?
You can configure your Flows to run on a specific Android OS version (API level) using the android-api-level
parameter when running the maestro cloud
command:
If you're using one of the CI integrations, please refer to the CI documentation for your specific integration:
x86_64 architecture
Android API 33 (Google APIs) (Default)
606x1280, 244 dpi\
Supported API levels:
Android 14 Upside Down Cake
34 (Google APIs)
Android 13 Tiramisu
33 (Google APIs) (default)
Android 12 Snow Cone
31 (Google APIs)
Android 11 Red Velvet Cake
30 (Google APIs)
Android 10 Quince Tart
29 (Google APIs)
Flows will be run on iOS simulators
ARM or x86 architecture (via Rosetta)
iOS version 16 (default)
iPhone 11 (default)
828x1792, 326 ppi (iPhone 11)
ios-version
parameter (deprecated)You can configure your Flows to run on a specific iOS major version using the ios-version
parameter when running the maestro cloud
command:
Maestro will automatically select an appropriate minor version, meaning that if you specify iOS 16 your Flows will for example be run on 16.2. If you happen to specify a minimum deployment target version that is below the selected minor version (for example 16.0), an error message will be surfaced with instructions on how to recover.
Notice this mode is deprecated and will be removed in a future release. Current supported values are 16
, 17
and 18
. If you use this flag, your tests will always run with an iPhone 11 simulator.
You can configure your Flows to run on a specific iOS runtime and device using the --device-os
and --device-model
flags when running the maestro cloud
command.
The following values are supported:
--device-model - iPhone-11
, iPhone-16-Pro
, iPhione-16
, iPad-10th-generation
, Apple-TV-4K-3rd-generation-4K
, Apple-Watch-Series-10-46mm
--device-os - iOS-16-2
, iOS-16-4
, iOS-17-5
, iOS-18-2
, watchOS-11-2
, tvOS-18-2
For example, to run your Flows on iOS 18.2 with an iPhone 16 Pro, you would use: