Joonas Kuisma
Joonas Kuisma
Hi! Parallel execution isn’t suitable for all situations — if you can’t run multiple applications at the same time, then parallel execution isn’t possible. However, if you have several different...
As I mentioned in the Slack discussion, this would indeed be a useful improvement, but due to the current implementation it’s quite a heavy task to implement. Still, it’s something...
Hi, what does your working Robot command look like? And what about the Pabot command that isn’t working? Have you tested it with the latest version of Pabot?
Hi! It does seem like Robot Framework isn’t found, or at least not directly callable. Could you try running the following command in your pipeline to check? `robot --version` Does...
Hi @mnojek ! The regular --argumentfile option in Robot Framework should work just the same with Pabot (also as a shortcut command). Note that Pabot’s --argumentfileN is, in principle, a...
Hi! If I understood correctly, I think the --ordering file option in Pabot is what you’re looking for. It allows you to group tests, and in particular its #DEPENDS feature...
Hi! Which pabot version do you have? At first there is 5.0.0, then 5.1.0.
Okey, is this > Error > Pabot: 5.0.0 > Python: 3.12.10 (tags/v3.12.10:0cc8128, Apr 8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)] Typo then?
And when pabot starts, which ip and port pabotlib uses? Prints should start like: `Robot Framework remote server at 127.0.0.1:8270 started.`
Thanks for additional information! Yes, it is strange indeed. Needs investigate.