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:
31
.maestro/flows/02-register.yaml
Normal file
31
.maestro/flows/02-register.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
# Golden path: new user registers and is routed to the verify-email stub.
|
||||
appId: com.tt.honeyDue
|
||||
name: Register happy path
|
||||
tags:
|
||||
- smoke
|
||||
- auth
|
||||
---
|
||||
- launchApp:
|
||||
clearState: true
|
||||
- tapOn:
|
||||
id: "Login.SignUpButton"
|
||||
- tapOn:
|
||||
id: "Register.UsernameField"
|
||||
- inputText: "newuser_maestro"
|
||||
- tapOn:
|
||||
id: "Register.EmailField"
|
||||
- inputText: "new+maestro@example.com"
|
||||
- tapOn:
|
||||
id: "Register.PasswordField"
|
||||
- inputText: "NewPassword123!"
|
||||
- tapOn:
|
||||
id: "Register.ConfirmPasswordField"
|
||||
- inputText: "NewPassword123!"
|
||||
- tapOn:
|
||||
id: "Register.RegisterButton"
|
||||
- extendedWaitUntil:
|
||||
visible:
|
||||
id: "Verification.CodeField"
|
||||
timeout: 15000
|
||||
- assertVisible:
|
||||
id: "Verification.VerifyButton"
|
||||
Reference in New Issue
Block a user