Joonas Kuisma

Results 71 comments of Joonas Kuisma

Hi, I’ve investigated the issue and taken a look at the DataDriver implementation. At a glance, the problem appears to be that DataDriver adds tests dynamically to Pabot’s queue by...

Hi @jeffreyt6422 ! You don’t need a separate invitation. In simple terms, you just need to: 1. **Fork the this repository**, read : [Fork a Repo](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) 2. Make your changes...

Hi @jeffreyt6422, no need for that. But looks that your PR is out of date after releasing pabot 4.2.0 yesterday. If you update that, we will review changes and run...

Hi @nicolasbillamboz-flowbird ! The issue here is that **Robot Framework returns exit code 0** when tests in a subprocess are either **passed or skipped**. This means that Pabot **cannot differentiate...

Hi! It looks like the issue was resolved by using the --no-build-isolation option, so I’m closing this issue for now. Feel free to reopen it if needed.

Hi @amochin ! If you want to merge commit(s) to pabot main, the commits must have verified signatures. Please read: https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits Maybe the easiest way is to make new signed...

Hi @rarajabs , and thank you for noticing this! You're absolutely right — Pabot currently uses the following comparisons: options["report"] == "NONE" and options["log"] == "NONE". I'll add the upper()...

Hi @joseajunior , which versions of Pabot and Robot Framework did you use in the files included in the ZIP file? Starting from Pabot version 4.0.6, the fix for [#605](https://github.com/mkorpela/pabot/issues/605)...

Hi @khorovatin ! I tried to reproduce the issue using the Sample Test Suite, but for me the log.html file correctly shows all four tests the same way as when...

Hi! I tested this again, but I didn’t quite understand what difference adding the settings was supposed to make. However, you're absolutely right that Pabot should produce the same final...