[go: up one dir, main page]

Writing Your First Flow

Write your first flow with the Maestro framework for mobile and web UI testing. Start simple in YAML and run it on an emulator or simulator.

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

Was this helpful?