Maestro GitHub Action for iOS
Full Example
app-file
should point to an .app build (x86 or ARM), either directly to the file or a glob pattern matching the file name. When using a pattern, the first matched file will be used.
.dSYM file
mapping-file
should point to generated .dSYM file (unique per build). more info here.
Specifying iOS version and device
You can specify which iOS Version to use when running in Maestro Cloud using the device-os
parameter.
On Maestro Cloud, the default iOS version is 16. Refer to Maestro Cloud docs for available iOS simulator versions. On Maestro Cloud, the default iOS version is 16.
Last updated
Was this helpful?