Unable to run test on RIDE --monitorcolors option not recognised

断了今生、忘了曾经 提交于 2019-12-08 06:11:20

问题


I have been trying to run tests on RIDE (Robot Framework IDE). It used to warn about --monitorcolors option being depricated. In the latest install, it is unable to recognise. How do I change the options to make my tests run?

Thanks


回答1:


The --monitorcolors option has been replaced with --consolecolors in Robot Framework version 2.9. The usage documentation for --consolecolors is here. You must be using the old option somewhere - check the Arguments string in the Run tab in RIDE.



来源:https://stackoverflow.com/questions/33948948/unable-to-run-test-on-ride-monitorcolors-option-not-recognised

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!