aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index b6618cf..11de229 100644
--- a/README
+++ b/README
@@ -82,6 +82,15 @@ use and cached.
# taps/keys, and stitches a screen recording into
# ./output.mp4. Needs /dev/kvm.
+ ./test screenshots
+ # Boots a pixel_6 AVD (natively 1080x2400), captures
+ # Main and Settings, and overwrites the tracked PNGs
+ # under fastlane/metadata/android/en-US/images/
+ # phoneScreenshots. Refuses to write a shot unless the
+ # app owns the focused window and the PNG has the
+ # expected geometry. Review the diff before
+ # committing. Needs /dev/kvm.
+
./test apk # Smoke build: generates a throwaway PKCS12 keystore
# under .tools/, runs scripts/build-apk against it,
# verifies the resulting APK is signed. No KVM.