pybot and robot command line

泪湿孤枕 提交于 2019-12-12 11:32:54

问题


I tried my best but I am not able to get an answer where I can find what are the difference between pybot and robot command line.

Is this two different options to achieve the same task i.e. executing robot test suites/cases? Or there is a special rule that says when to use pybot and when to use robot command line to run a robot test cases.

Please help me to understand this concept, an example will be very helpful. Thanks


回答1:


pybot was the old way to run robot. It was a simple shell script on linux, and a .bat file on python. There were different startup scripts for different robot interpreters: pybot (python), jybot (jython), ipybot (ipython).

In version 3.0 it was renamed to robot, based on enhancement request 2216

There is no reason to use pybot anymore. It is deprecated and will be removed in a future version. The correct way to run tests is with robot.



来源:https://stackoverflow.com/questions/48977934/pybot-and-robot-command-line

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