Last updated 3 months ago
Was this helpful?
If you want to get started writing your own Flow right away, skip ahead to the .
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.
samples/
Install the sample app and then run the associated Flow using the maestro test command.
maestro test
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