Run a Sample Flow

Download the Samples

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.

Run the Sample Flow

Install the sample app and then run the associated Flow using the maestro test command.

cd ./samples
unzip sample.zip
xcrun simctl install Booted Wikipedia.app
maestro test ios-flow.yaml

Last updated

Was this helpful?