tests: 增加 Monkey 测试脚本范例
测试方法详见: https://www.cnblogs.com/miniren/p/4858788.html adb 在 ~/AppData/Local/Android/Sdk/platform-tools
This commit is contained in:
parent
3049caff72
commit
99816447c7
|
@ -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
|
Loading…
Reference in New Issue