1

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 no embedded solution to run all your tests in parallel in Robot Framework. Some people implement ways to run sub-parts of their portfolio and then merge the reports in a single one using rebot tool though. Could you elaborate a bit on what you intend to to? How could you run all your test at once? Commented Oct 14, 2013 at 7:16

1 Answer 1

3

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.