Frequently Asked Questions
If you want to run the same flow for apps with different app IDs, you can use an external parameter for
appId
. Pass the parameter APP_ID
to Maestro:maestro test -e APP_ID=your.app.id file.yaml
And then refer to it in your flow using
${APP_ID}
:appId: ${APP_ID}
---
- launchApp
Last modified 21d ago