Pass different, platform-specific appId
s in a single flow
#1472
Labels
enhancement
New feature request or improvement of an existing feature
maestro cli
Related to the command-line Maestro tool
P2
Important and valid issues not at the top of the work list
Use case
My app is cross-platform, and its UI and accessibility labels are almost 100% the same across Android and iOS. The only thing that differs is the application ID (Android) and bundle ID (iOS), for historical reasons.
I'd like to be able to run the same flow on both platforms easily. Currently I have to change the
appId
manually inside the flow, or pass appId as env var, or split my single flow into 3 flows: 2 platform-specific flows and 1 common flow, containing all the test steps.I think each of these solutions add a bit too much friction for something so basic.
Proposal
The text was updated successfully, but these errors were encountered: