feat: use Maestro to automatically generate Play Store screenshots

This commit is contained in:
Harsh Shandilya 2023-05-05 21:01:31 +05:30
parent a7c81a77f2
commit dd7a7d9977
No known key found for this signature in database
3 changed files with 51 additions and 0 deletions

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