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:
32
.maestro/flows/05-complete-task.yaml
Normal file
32
.maestro/flows/05-complete-task.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
# Golden path: login → open a task → Complete → fill completion fields → Submit → back on list.
|
||||
appId: com.tt.honeyDue
|
||||
name: Complete task
|
||||
tags:
|
||||
- regression
|
||||
- task
|
||||
---
|
||||
- runFlow: 01-login.yaml
|
||||
- tapOn:
|
||||
id: "TabBar.Tasks"
|
||||
- extendedWaitUntil:
|
||||
visible:
|
||||
id: "Task.List"
|
||||
timeout: 10000
|
||||
- tapOn:
|
||||
id: "Task.Card"
|
||||
- extendedWaitUntil:
|
||||
visible:
|
||||
id: "TaskDetail.View"
|
||||
timeout: 10000
|
||||
- tapOn:
|
||||
id: "TaskDetail.CompleteButton"
|
||||
- tapOn:
|
||||
id: "TaskCompletion.NotesField"
|
||||
- inputText: "Completed via Maestro golden-path test."
|
||||
- hideKeyboard
|
||||
- tapOn:
|
||||
id: "TaskCompletion.SubmitButton"
|
||||
- extendedWaitUntil:
|
||||
visible:
|
||||
id: "Task.List"
|
||||
timeout: 15000
|
||||
Reference in New Issue
Block a user