agent-Python-RobotFramework icon indicating copy to clipboard operation
agent-Python-RobotFramework copied to clipboard

Missing test results in ReportPortal when using pabot

Open MarvKler opened this issue 4 months ago • 2 comments

Describe the bug I am executing multiple test suites via pabot and wants to upload the test results to ReportPortal, but i am missing a lot of test cases. In my robot logfile i can see 68 test case have been executed, but only 39 have been uploaded to ReportPortal. Some suite results are not uploaded at all and for some uploaded suites i am missing of few test cases.

Steps to Reproduce Steps to reproduce the behavior:

  1. Run robot with pabot - i run 10 test suites, but seperated into different packages via ordering.txt file to not run everything in parallel.
  2. Configure reportportal listener for your robot command
  3. Check uploaded results in report portal

Expected behavior Every test suite & test case that got executed is uploaded with the related test result into the report portal launch.

Actual behavior I am missing test results in ReportPortal for some of the test cases / suites.

Package versions Python 3.12 robotframework 7.2.2 reportportal-client 5.5.10 robotframework-reportportal 5.5.8

Additional context See screenshots from ReportPortal & the file directory where the pabot results from the execution are saved

Image

Image

MarvKler avatar Jul 02 '25 16:07 MarvKler