pabot icon indicating copy to clipboard operation
pabot copied to clipboard

How to run the directories in parallel not the robot files with in the directory or subdirectory?

Open prasanthdaya7233 opened this issue 2 years ago • 1 comments

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

prasanthdaya7233 avatar May 25 '22 10:05 prasanthdaya7233

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?

stonux avatar Aug 23 '22 13:08 stonux