mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
feat: use Maestro to automatically generate Play Store screenshots
This commit is contained in:
parent
a7c81a77f2
commit
dd7a7d9977
3 changed files with 51 additions and 0 deletions
18
maestro/play_store_flow.yml
Normal file
18
maestro/play_store_flow.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
appId: dev.msfjarvis.claw.android
|
||||
---
|
||||
- launchApp
|
||||
- tapOn:
|
||||
text: "Add to saved posts"
|
||||
index: 0
|
||||
- tapOn:
|
||||
text: "Add to saved posts"
|
||||
index: 2
|
||||
- takeScreenshot: "HottestPosts"
|
||||
- tapOn: "Saved"
|
||||
- takeScreenshot: "SavedPosts"
|
||||
- tapOn: "Hottest"
|
||||
- tapOn:
|
||||
text: "Open comments"
|
||||
index: 0
|
||||
- waitForAnimationToEnd
|
||||
- takeScreenshot: "CommentsPage"
|
Loading…
Add table
Add a link
Reference in a new issue