skillfed

allure-robotframework

Allure Robot Framework integration

allure-robotframework v2.16.0 148.6K downloads/30d#11,027 on PyPI813
Permissive license Apache-2.0 Active released

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-robotframework

uv

uv add allure-robotframework

poetry

poetry add allure-robotframework

Installing 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

Development Status :: 5 - Production/StableFramework :: Robot FrameworkFramework :: Robot Framework :: ToolIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Software Development :: Quality AssuranceTopic :: Software Development :: Testing

Tags

robot framework test reportingallure report integrationrobot framework listenertest results visualizationautomated test reportingrobot framework html reportsallure test adapter
test-reportingrobot-frameworkallure

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

allure-pytest

Integrates pytest with Allure Report to…

permissive · top 5,000 on PyPI

allure-python-commons

Provides the common API and object model for…

permissive · top 5,000 on PyPI

allure-pytest-bdd

Integrates Allure Report with Pytest-BDD to…

permissive · top 15,000 on PyPI

allure-combine

Converts an Allure test report folder into a…

permissive · top 15,000 on PyPI

robotframework-reportportal

A RobotFramework listener that sends test…

unclear · top 15,000 on PyPI

allure-behave

Integrates Behave BDD test execution with…

permissive · top 15,000 on PyPI

robotframework-pabot

Pabot splits Robot Framework test execution…

permissive · top 5,000 on PyPI

robotframework-stacktrace

A Robot Framework listener that prints stack…

permissive · top 15,000 on PyPI

robotframework-retryfailed

A Robot Framework listener that automatically…

permissive · top 15,000 on PyPI

allure-pytest-default-results

Generates default "unknown" status results for…

unclear · top 15,000 on PyPI