Writing Your First Flow

Write a test in a YAML file

# flow.yaml

appId: your.app.id
---
- launchApp
- tapOn: "Text on the screen"

Make sure an Android device/emulator or iOS simulator is running (instructions) and app is correctly installed on a selected device (instructions).

Run it!

maestro test flow.yaml

Last updated