robotframework-reportportal
Agent for reporting RobotFramework test results to ReportPortal
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-reportportaluv
uv add robotframework-reportportalpoetry
poetry add robotframework-reportportalInstalling 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
Tags
More Testing packages
Pluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
virtualenvvirtualenv creates isolated Python environments…
permissive · top 100 on PyPI
coverageCoverage.py measures which lines of Python code…
permissive · top 1,000 on PyPI
pytest-asynciopytest-asyncio is a pytest plugin that enables…
permissive · top 1,000 on PyPI
pytest-json-ctrfA pytest plugin that generates test reports in…
permissive · top 1,000 on PyPI
pytest-reportportalA pytest plugin that integrates test execution…
permissive · top 5,000 on PyPI
reportportal-clientA Python client library that sends test…
permissive · top 5,000 on PyPI
robotframework-retryfailedA Robot Framework listener that automatically…
permissive · top 15,000 on PyPI
allure-robotframeworkIntegrates Robot Framework test execution with…
permissive · top 15,000 on PyPI
behave-reportportalIntegrates Behave BDD test execution with…
permissive · top 15,000 on PyPI
robotframework-stacktraceA Robot Framework listener that prints stack…
permissive · top 15,000 on PyPI
robotframework-datadriverDataDriver extends Robot Framework to generate…
permissive · top 15,000 on PyPI
robotframework-databaselibraryA Robot Framework library that adds keywords…
permissive · top 15,000 on PyPI
robotframeworkRobot Framework is a generic open-source…
permissive · top 5,000 on PyPI
robotframework-browserBrowser automation library for Robot Framework…
permissive · top 5,000 on PyPI