pabot
pabot copied to clipboard
Parallel executor for Robot Framework test cases.
Hi, I would like to ask for support json file as RF output. RF 7.2 has added output file format to json, it is nice if pabot able to support...
This commit is to fix the duplicated case runnings with--testlevelsplit option and --argumentfile option in some specific scenarios. #515
* ws/empty1.robot ``` robot *** Settings *** Library DataDriver file=ws/foo.json delimiter=comma *** Test Cases *** example [Template] My Kw *** Keywords *** my kw No Operation ``` * ws/empty2.robot ```...