kiwix-android/contrib/instrumentation.sh
Yash Khare 24f840c8b5 test
2020-04-26 13:24:02 +05:30

9 lines
198 B
Bash

#!/usr/bin/env bash
adb shell screencap -p /sdcard/screencap.png
adb pull /sdcard/screencap.png
find screencap.png
adb logcat -c
adb logcat *:E -v color &
./gradlew jacocoInstrumentationTestReport