mkorpela / pabot

Parallel executor for Robot Framework test cases.
https://pabot.org
Apache License 2.0
476 stars 152 forks source link

possible for pabot to run, in parallel, different sets of suites with different sets of resource configrations? #542

Open hannulyri opened 1 year ago

hannulyri commented 1 year ago

Is it possible for pabot to run, in parallel, different sets of suites with different sets of resource configrations maybe specified from command line?

I tried googling and chatgpting this to no avail...

Below is a simplification of our thing:

What id like to do:

Is that possible? How to do that? Or is it just better to start individual processes and split the suites that way between person_1 and person_2?