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:
100 test suites with 10 tests each so 1000 tests.
Each suite uses configuration global resource file where there is a person (Name, Gender, Age etc...) which is used in the tests.
What id like to do:
Run test suites 1-50 with person_1 resource data
Run test suites 51-100 with person_2 resource data
Do that in parallel simultaneously.
Without making any major modifications to all the tests.
And in the end get some kind of sensible report.
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?
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?