# allure-python **Repository Path**: baihongliang/allure-python ## Basic Information - **Project Name**: allure-python - **Description**: Allure integrations for Python test frameworks - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-04-12 - **Last Updated**: 2025-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Allure Python Integrations ========================== The repository contains adaptors for python-based test frameworks. Documentation is available `online `_, also you can get help at `gitter chanel `_ Pytest ------ .. image:: https://pypip.in/v/allure-pytest/badge.png :alt: Release Status :target: https://pypi.python.org/pypi/allure-pytest .. image:: https://pypip.in/d/allure-pytest/badge.png :alt: Downloads :target: https://pypi.python.org/pypi/allure-pytest Allure `pytest `_ integration. It's developed as pytest plugin and distributed via `pypi `_ Behave ------ .. image:: https://pypip.in/v/allure-behave/badge.png :alt: Release Status :target: https://pypi.python.org/pypi/allure-behave .. image:: https://pypip.in/d/allure-behave/badge.png :alt: Downloads :target: https://pypi.python.org/pypi/allure-behave Allure `behave `_ integration. Just external formatter that produce test results in allure2 format. This package is available on `pypi `_ Robot Framework --------------- .. image:: https://pypip.in/v/allure-robotframework/badge.png :alt: Release Status :target: https://pypi.python.org/pypi/allure-robotframework .. image:: https://pypip.in/d/allure-robotframework/badge.png :alt: Downloads :target: https://pypi.python.org/pypi/allure-robotframework Allure `RobotFramework `_ integration. This integration is a `Listener `_ and does not require changing autotests. Available on `pypi `_ `Read more ... `_ Pytest-BDD ---------- .. image:: https://pypip.in/v/allure-pytest-bdd/badge.png :alt: Release Status :target: https://pypi.python.org/pypi/allure-pytest-bdd .. image:: https://pypip.in/d/allure-pytest-bdd/badge.png :alt: Downloads :target: https://pypi.python.org/pypi/allure-pytest-bdd Allure `pytest-bdd `_ integration. It's developed as pytest plugin and distributed via `pypi `_ Nose2 ---------- .. image:: https://pypip.in/v/allure-nose2/badge.png :alt: Release Status :target: https://pypi.python.org/pypi/allure-nose2 .. image:: https://pypip.in/d/allure-nose2/badge.png :alt: Downloads :target: https://pypi.python.org/pypi/allure-nose2 Allure python commons --------------------- Common engine for all modules. It is useful for make integration with your homemade frameworks. Allure python commons test -------------------------- Just pack of hamcrest matchers for validation result in allure2 json format.