Expected behavior:
I was expecting that pabot should follow the ordering specified in .pabotfile but it did not.
Here is the generated .pabotsuitenames upon execution. (I removed the first four rows)
--suite CustomName.Test1
--suite CustomName.Test2
--suite CustomName.Test3
Please let me know if this an expected behavior or not. Thank you.
Custom test execution ordering was not followed when --name option was included.
Sample Project Structure
-parallel --test1.robot --test2.robot --test3.robot --.pabotfile
Content of the .pabotfile --suite Parallel.Test1 --suite Parallel.Test3
WAIT
--suite Parallel.Test2
Sample script:
pabot --ordering parallel/.pabotfile --processes 3 --outputdir=./log --name=CustomName parallel
Expected behavior: I was expecting that pabot should follow the ordering specified in .pabotfile but it did not.
Here is the generated .pabotsuitenames upon execution. (I removed the first four rows) --suite CustomName.Test1 --suite CustomName.Test2 --suite CustomName.Test3
Please let me know if this an expected behavior or not. Thank you.