Android session automation and APK verification #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/android-session"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
android verifyCLI command for end-to-end APK verification: install, launch, screenshot, visual diff against baseline, and crash detection--skip-installflag to verify already-running apps without reinstallingscrollsupport for full-screen scrolling viainput swipewith auto-detected screen dimensionsscrollshorthand command to the interactive android session (scroll [direction] [selector] [percent])Details
android verifyorchestrates: APK install → app launch → screenshot capture → visual diff → crash checkwm sizeand translates direction/percent into swipe coordinatesinput swipepathTest plan
ar-crawl android verify <apk>installs, launches, captures screenshot, returns pass/failar-crawl android verify <apk> --baseline <img>performs visual diffar-crawl android verify --skip-install -p <pkg>tests already-installed appscroll/scroll up/scroll down res=list 75all workandroid replay