RobotFramework 解决中文乱码问题
1.在python安装目录中找到testrunnerplugin.py文件
D:\PYTHONANZHUANG\Lib\sitepackages\
robotide\contrib\
testrunner\testrunnerplugin.py
(2)编辑estrunnerplugin.py文件encoding内容
encoding = {'CONSOLE': CONSOLE_ENCODING,
'SYSTEM': OUTPUT_ENCODING,
'OUTPUT': OUTPUT_ENCODING}
注意:
使用python ride.py
重启RIDE