allure-robotframework
Allure Robot Framework integration
What it is and what it does
allure-robotframework is a listener plugin that connects Robot Framework test execution to Allure Report, a test reporting platform. When you run Robot Framework tests with this listener enabled, it captures test results, steps, attachments, and metadata, then generates a structured report that Allure can render into an interactive HTML dashboard. The listener runs as a Robot Framework plugin and outputs results to a configurable directory (default: output/allure), which you then feed to Allure's report generator.
The package depends only on allure-python-commons and installs as a wheel with low friction. It supports both sequential test execution and parallel runs via robotframework-pabot. You configure it by passing it to Robot Framework's --listener flag, optionally specifying an output path. An advanced setting (ALLURE_MAX_STEP_MESSAGE_COUNT) lets you control whether individual messages within a step appear as substeps or attachments, useful for managing report size in large projects.
Use it for:
- Generate detailed Allure reports from Robot Framework test suites to visualize test execution history and trends.
- Integrate Robot Framework tests into CI/CD pipelines that consume Allure reports for test dashboards.
- Capture test steps and attachments (logs, screenshots) automatically during Robot Framework execution.
- Run parallel tests with pabot while collecting results into a single Allure report.
- Reduce report bloat in large test projects by controlling how many step messages appear as substeps.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Robot Framework test execution with Allure Report, capturing test results and generating detailed HTML reports with steps, attachments, and test history.
Yes. The package is production-stable, actively maintained, has no known vulnerabilities, and installs with minimal friction. It directly solves the problem of integrating Robot Framework tests with Allure Report. Install it if you use Robot Framework and want rich, interactive test reporting; skip it only if you have no need for Allure's reporting features.
Install
allure-robotframework on PyPI
pip
pip install allure-robotframeworkuv
uv add allure-robotframeworkpoetry
poetry add allure-robotframeworkInstalling allure-robotframework
Before you install
Low install friction with a single runtime dependency (allure-python-commons). Active maintenance with recent releases and 813 repository stars indicate ongoing support.
License in practice
Apache-2.0 permissive license allows use in commercial and open-source projects with minimal restrictions; you must include a copy of the license and note any modifications.
Quickstart
pip install allure-robotframework
robot --listener allure_robotframework ./my_robot_test
# Or with custom output path:
robot --listener allure_robotframework:/custom/path ./my_robot_test
Verify before relying
- Whether the listener works with Robot Framework versions prior to 3.x or has specific framework version requirements.
- Performance impact when processing large test suites with the ALLURE_MAX_STEP_MESSAGE_COUNT setting.
- Compatibility details with robotframework-pabot for parallel execution across different pabot versions.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — allure-python-commons |
| Maintenance | actively maintained — 109 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 148,605/month — #11,027 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: allure_robotframework-2.16.0-py3-none-any.whl
Keywords: allure, reporting, robotframework
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
allure-pytestIntegrates pytest with Allure Report to…
permissive · top 5,000 on PyPI
allure-python-commonsProvides the common API and object model for…
permissive · top 5,000 on PyPI
allure-pytest-bddIntegrates Allure Report with Pytest-BDD to…
permissive · top 15,000 on PyPI
allure-combineConverts an Allure test report folder into a…
permissive · top 15,000 on PyPI
robotframework-reportportalA RobotFramework listener that sends test…
unclear · top 15,000 on PyPI
allure-behaveIntegrates Behave BDD test execution with…
permissive · top 15,000 on PyPI
robotframework-pabotPabot splits Robot Framework test execution…
permissive · top 5,000 on PyPI
robotframework-stacktraceA Robot Framework listener that prints stack…
permissive · top 15,000 on PyPI
robotframework-retryfailedA Robot Framework listener that automatically…
permissive · top 15,000 on PyPI
allure-pytest-default-resultsGenerates default "unknown" status results for…
unclear · top 15,000 on PyPI