MonkeyRunner_批处理执行py文件

新建bat文件,使用call调用monkeyrunner执行py脚本

@echo off

echo begin testcase001 %time% %date%
call monkeyrunner d:\mk\install.py
echo end testcase001 %time% %date%

pause

posted @ 2018-01-09 17:17  happy_xiaoxiao  Views(357)  Comments(0Edit  收藏  举报