robotframework运行中断后或重复运行后,ride中经常会出现控制台不显示日志信息,主要原因是因为编码不支持中文的原因

  解决方法:

修改"C:\Python27\lib\site-packages\robotide\contrib\testrunner\testrunner.py"文件pop方法中  “ return result.decode('UTF-8')”的“UTF-8”改成“gbk”,重启ride就可以了

原博客地址:https://blog.csdn.net/zhengshaolong8125/article/details/79425930

相关文章:

  • 2021-08-19
  • 2022-12-23
  • 2021-09-28
  • 2021-07-12
  • 2021-05-06
  • 2021-12-29
  • 2022-12-23
  • 2021-12-13
猜你喜欢
  • 2021-07-01
  • 2021-06-01
  • 2022-12-23
  • 2022-02-03
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案