diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |