mkorpela / pabot

Parallel executor for Robot Framework test cases.
https://pabot.org
Apache License 2.0
476 stars 152 forks source link

Fix testlevelsplit output testcase order. #497

Closed patos98 closed 2 years ago

patos98 commented 2 years ago

FIxes ordering of testcases in the output files when --testlevelsplit option is used by sorting output files with natsort before merging them to preserve the correct order of the containing directories.

Issue #493

mkorpela commented 2 years ago

Thanks @patos98