skillfed

robotframework-reportportal

Agent for reporting RobotFramework test results to ReportPortal

robotframework-reportportal v5.7.1 104.0K downloads/30d#12,774 on PyPI63
License unclear Active released

What it is and what it does

This package is a RobotFramework listener that integrates test execution with ReportPortal, a test reporting and analytics platform. It captures test results, logs, and metadata from RobotFramework runs and sends them to a ReportPortal instance for centralized reporting, analysis, and team visibility. The listener supports both synchronous and asynchronous reporting modes, configurable timeouts, batch logging, and attachment uploads (such as screenshots or HTML reports).

You configure it by passing command-line variables to the robot command, specifying your ReportPortal endpoint, project, launch name, and authentication credentials (either an API key or OAuth 2.0 parameters). It also provides a custom logger for use in Python keywords that supports attaching files to log entries. The package supports test case IDs via tags, rerun modes, and options to flatten or remove keywords from reporting.

Use it for:

  • Send RobotFramework test results to a centralized ReportPortal dashboard for team visibility and trend analysis.
  • Attach screenshots and logs to test results for easier debugging and failure investigation.
  • Configure rerun modes to track and report on test reruns separately from initial runs.
  • Use async batch reporting to reduce overhead on large test suites while maintaining result accuracy.
  • Tag tests with case IDs to link RobotFramework execution to external test management systems.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

A RobotFramework listener that sends test execution results to ReportPortal, supporting both API key and OAuth 2.0 authentication with configurable reporting options.

Yes, if you run RobotFramework tests and have a ReportPortal instance. The package is actively maintained, has low install friction, and integrates cleanly via a listener. Verify the license declaration in the repository first, and confirm that the Google Analytics integration aligns with your organization's data policies.

Install

robotframework-reportportal on PyPI

pip

pip install robotframework-reportportal

uv

uv add robotframework-reportportal

poetry

poetry add robotframework-reportportal

Installing robotframework-reportportal

Before you install

Low install friction with a single runtime dependency (reportportal-client). Package is actively maintained with recent releases and a stable release cycle.

License in practice

License treatment is unclear—the description references Apache 2.0 but the metadata does not declare it formally. Verify the actual license in the repository before use in proprietary or restricted contexts.

Quickstart

pip install robotframework-reportportal

robot --listener robotframework_reportportal.listener \
  --variable RP_ENDPOINT:"https://reportportal.example.com" \
  --variable RP_LAUNCH:"my_launch" \
  --variable RP_PROJECT:"my_project" \
  --variable RP_API_KEY:"your_api_key" \
  tests/

RobotFramework must be installed separately; ReportPortal server endpoint and valid credentials (API key or OAuth 2.0) are required.

Verify before relying

  • Whether the Google Analytics integration can be disabled or opted out of without code changes.
  • Performance impact of async batch reporting modes on large test suites.
  • Compatibility with ReportPortal server versions and backward compatibility guarantees.

Package facts

License not declared (unclear)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 1 — reportportal-client
Maintenance actively maintained — 72 days since the last release
Last repo commit
First released
Downloads 104,023/month — #12,774 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: robotframework_reportportal-5.7.1-py3-none-any.whl

Keywords: testing, reporting, robot framework, reportportal, agent

Framework :: Robot FrameworkProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9

Tags

robot framework test reportingreportportal integrationtest results to reportportalrobot framework listenerautomated test reportingtest execution dashboardqa test results portal
test-reportingrobot-frameworkqa-integration

More Testing packages

pluggy

Pluggy provides a plugin system that lets you…

permissive · top 100 on PyPI

pytest

pytest is a testing framework that lets you…

permissive · top 100 on PyPI

virtualenv

virtualenv creates isolated Python environments…

permissive · top 100 on PyPI

coverage

Coverage.py measures which lines of Python code…

permissive · top 1,000 on PyPI

pytest-asyncio

pytest-asyncio is a pytest plugin that enables…

permissive · top 1,000 on PyPI

pytest-json-ctrf

A pytest plugin that generates test reports in…

permissive · top 1,000 on PyPI

pytest-reportportal

A pytest plugin that integrates test execution…

permissive · top 5,000 on PyPI

reportportal-client

A Python client library that sends test…

permissive · top 5,000 on PyPI

robotframework-retryfailed

A Robot Framework listener that automatically…

permissive · top 15,000 on PyPI

allure-robotframework

Integrates Robot Framework test execution with…

permissive · top 15,000 on PyPI

behave-reportportal

Integrates Behave BDD test execution with…

permissive · top 15,000 on PyPI

robotframework-stacktrace

A Robot Framework listener that prints stack…

permissive · top 15,000 on PyPI

robotframework-datadriver

DataDriver extends Robot Framework to generate…

permissive · top 15,000 on PyPI

robotframework-databaselibrary

A Robot Framework library that adds keywords…

permissive · top 15,000 on PyPI

robotframework

Robot Framework is a generic open-source…

permissive · top 5,000 on PyPI

robotframework-browser

Browser automation library for Robot Framework…

permissive · top 5,000 on PyPI