问题
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