tests: 增加 Monkey 测试脚本范例

测试方法详见: https://www.cnblogs.com/miniren/p/4858788.html
adb 在 ~/AppData/Local/Android/Sdk/platform-tools
This commit is contained in:
Calcitem 2020-12-07 23:37:00 +08:00
parent 3049caff72
commit 99816447c7
1 changed files with 1 additions and 0 deletions

1
tests/monkey.sh Normal file
View File

@ -0,0 +1 @@
adb shell monkey -v -p com.calcitem.sanmill --pct-touch 100 --pct-trackball 0 --pct-nav 0 --pct-majornav 0 --pct-syskeys 0 --pct-anyevent 0 1000