mkorpela / pabot

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

Fix error when running non-English robot case files #586

Open heyinling opened 3 months ago

heyinling commented 3 months ago

pabot use TestSuiteBuilder to parse cases before executing. For cases uses other languages, we need to pass language to TestSuiteBuilder so it can handle properly.