Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 398 Bytes

writing-your-first-flow.md

File metadata and controls

20 lines (14 loc) · 398 Bytes

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