Run a Sample Flow
Use the download-samples command to download the samples:
maestro download-samples
This will download the build-in sample Flows and app into a
samples/
folder in your current directory.Install the sample app and then run the associated Flow using the
maestro test
command.iOS
Android
cd ./samples
unzip sample.zip
xcrun simctl install Booted Wikipedia.app
maestro test ios-flow.yaml
cd ./samples
adb install sample.apk
maestro test android-flow.yaml
Last modified 10mo ago