Loading...
Loading...
Automated end-to-end UI testing and verification on an Android Emulator using ADB.
npx skill4agent add sickn33/antigravity-awesome-skills android_ui_verificationadbadb shell wm sizeuiautomatoradb shell uiautomator dump /sdcard/view.xml && adb pull /sdcard/view.xml ./artifacts/view.xmlview.xmltextcontent-descresource-idbounds[x1,y1][x2,y2]adb shell input tap <x> <y>adb shell input swipe <x1> <y1> <x2> <y2> <duration_ms>adb shell input text "<message>"adb shell input keyevent <code_id>adb shell screencap -p /sdcard/screen.png && adb pull /sdcard/screen.png ./artifacts/test_result.pngadb logcat -d | grep "ReactNativeJS" | tail -n 20artifacts/[x1,y1][x2,y2]✅ Action Successfulgrepuiautomator dump