Running robotframework tests simultaneously

半城伤御伤魂 提交于 2019-12-11 05:54:51

问题


Is there a way to run all my test cases simultaneously? if so could you please post an example of how to do it? Regards, Meir


回答1:


There is nothing built-in to robot to run tests in parallel. If your tests are spread across multiple suites you can write a script that runs them all at the same time, and then you can use rebot to combine all of the output.xml files into a single report.

There is an open source program that might do what you want. The project is named "pabot" and can be found here: https://github.com/mkorpela/pabot



来源:https://stackoverflow.com/questions/19345467/running-robotframework-tests-simultaneously

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