robotframework 环境问题
1.提示 "rcommand: no pybot--argumentfile"
解决方式 :使用Script目录下robot.exe执行
2.如上图中文乱码
解决方式:进入\site-packages\robotide\contrib\testrunner目录下,编辑testrunnerplugin.py文件
改成:
textctrl.AppendTextRaw(bytes(string, encoding[‘OUTPUT’]))
1.提示 "rcommand: no pybot--argumentfile"
解决方式 :使用Script目录下robot.exe执行
2.如上图中文乱码
解决方式:进入\site-packages\robotide\contrib\testrunner目录下,编辑testrunnerplugin.py文件
改成:
textctrl.AppendTextRaw(bytes(string, encoding[‘OUTPUT’]))