- pip3 install -r requirement.txt
- 配置文件位于: conf/config.yml 。
adb 无线连接配置:
1. 先使用数据线连上手机。 保证adb devices存在设备。并记录手机wifi ip
2. adb tcpip 5555
3. 拔掉数据线。 adb connect ip:5555
同时多机运行: 配置在devList里
- python3 monkeyTest_runner.py
adb 无线连接配置:
1. 先使用数据线连上手机。 保证adb devices存在设备。并记录手机wifi ip
2. adb tcpip 5555
3. 拔掉数据线。 adb connect ip:5555
同时多机运行: 配置在devList里