Vitaly
(Vitaly)
6 May 2025 10:17
1
Hi!
I have next FOLDER structure:
Preconditions
Folder 2
Folder 3
Negative Cases
I want to run cases in “Preconditions” first, and cases from “Negative Cases” at the end. I’ve created suite-order.txt
It contains:
–suite “Preconditions/”
#WAIT
–suite “Negative Cases/”
But when I try command: pabot --ordering suite-order.txt --processes 8 .
Pabot start to execute all cases not in order from suite-order.txt
What is the problem?
Hi,
Don’t have a direct answer, but would be interested if there’s one.
I have attempted earlier something similar but had issues linked to naming:
Hi, all.
Is there a way to run multiple test suite directories in parallel where test suites inside each test suite directory run in sequential mode using pabot? e.g:
test/dir1 contains suite1.robot, suite2.robot, suite3.robot
test/dir2 contains suite4.robot, suite5.robot, suite6.robot
test/dir3 contains suite7.robot, suite8.robot
I want to run all directories in parallel (dir1, dir2, dir3 running in the same time), but test suites within dir run in sequential mode. I have created my script …
Regards.
Charlie