Run a Sample Flow

If you want to get started writing your own Flow right away, skip ahead to the next section.

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