mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
refactor(scripts): rework how Maestro flows are run
This commit is contained in:
parent
24898cf9fb
commit
6e291a8df1
4 changed files with 21 additions and 5 deletions
16
maestro/feature_graphic.yml
Normal file
16
maestro/feature_graphic.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
appId: dev.msfjarvis.claw.android
|
||||
---
|
||||
- launchApp
|
||||
- tapOn:
|
||||
id: "save_button"
|
||||
index: 0
|
||||
- tapOn:
|
||||
id: "save_button"
|
||||
index: 1
|
||||
- takeScreenshot: "HottestPosts"
|
||||
- tapOn: "Saved"
|
||||
- takeScreenshot: "SavedPosts"
|
||||
- tapOn: "Hottest"
|
||||
- tapOn: "Open comments"
|
||||
- waitForAnimationToEnd
|
||||
- takeScreenshot: "CommentsPage"
|
Loading…
Add table
Add a link
Reference in a new issue