Run tests with Maestro Studio
Build and run mobile tests visually with Maestro Studio. Install the IDE, create Flows via screen inspection, and automate tests without writing code.
Prerequisites
6
Review and run the Flow
appId: com.google.android.contacts
tags:
- android
---
- launchApp:
clearState: true
- startRecording: recording
- tapOn: Allow
- tapOn: Create contact
- tapOn: First name
- inputText: Jane
- tapOn: Last name
- inputText: Doe
- tapOn: "+1"
- eraseText
- inputText: "+1 111-111-1111"
- tapOn: Save
- back
- stopRecording
Next steps
Last updated


