pabot
pabot copied to clipboard
How to run the directories in parallel not the robot files with in the directory or subdirectory?
Organized my test as below
Directory1 inti init.robot inti2.robot tests test1.robot test2.robot clean clean1.robot
Directory2 inti init.robot inti2.robot tests test1.robot test2.robot clean clean1.robot
my requirement is Directory1 and Directory2 should run parallel. sub directories with in the Directory1 and Directory2 should run sequential.
can some one please help me with this
Could it make sense in your case to use suite setup
, suite teardown
, test setup
and test teardown
, and then packing Directory1
in one single file and Directory2
in another single file?