Maestro: 10 golden-path flows for critical user journeys
Cross-platform YAML flows (iOS + Android share the AccessibilityIds test-tag namespace). Covers login, register, residence/task CRUD, completion, join, document upload, theme, deeplink, widget. Run: maestro test .maestro/flows/ Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
26
.maestro/flows/01-login.yaml
Normal file
26
.maestro/flows/01-login.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
# Golden path: existing user signs in with email+password and lands on tabs.
|
||||
# Cross-platform — uses AccessibilityIds test tags shared with iOS.
|
||||
appId: com.tt.honeyDue
|
||||
name: Login happy path
|
||||
tags:
|
||||
- smoke
|
||||
- auth
|
||||
---
|
||||
- launchApp:
|
||||
clearState: true
|
||||
- tapOn:
|
||||
id: "Login.UsernameField"
|
||||
- inputText: "testuser@example.com"
|
||||
- tapOn:
|
||||
id: "Login.PasswordField"
|
||||
- inputText: "TestPassword123!"
|
||||
- tapOn:
|
||||
id: "Login.LoginButton"
|
||||
- extendedWaitUntil:
|
||||
visible:
|
||||
id: "TabBar.Tasks"
|
||||
timeout: 15000
|
||||
- assertVisible:
|
||||
id: "TabBar.Tasks"
|
||||
- assertVisible:
|
||||
id: "TabBar.Residences"
|
||||
Reference in New Issue
Block a user