refactor(scripts): rework how Maestro flows are run

This commit is contained in:
Harsh Shandilya 2023-06-07 18:07:18 +05:30
parent 24898cf9fb
commit 6e291a8df1
No known key found for this signature in database
4 changed files with 21 additions and 5 deletions

View 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"