https://github.com/allure-framework/allure-python
Allure integrations for Python test frameworks
https://github.com/allure-framework/allure-python
allure behave pytest reporting robotframework
Last synced: 25 days ago
JSON representation
Allure integrations for Python test frameworks
- Host: GitHub
- URL: https://github.com/allure-framework/allure-python
- Owner: allure-framework
- License: apache-2.0
- Created: 2017-01-18T14:17:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T18:37:00.000Z (about 1 month ago)
- Last Synced: 2025-05-06T07:43:49.392Z (about 1 month ago)
- Topics: allure, behave, pytest, reporting, robotframework
- Language: Python
- Homepage: https://allurereport.org/
- Size: 800 KB
- Stars: 756
- Watchers: 46
- Forks: 244
- Open Issues: 110
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# Allure Python Integrations
[](https://github.com/allure-framework/allure-python/actions/workflows/build.yaml)
> The repository contains adapters for Python-based test frameworks.
[
](https://allurereport.org "Allure Report")
- Learn more about Allure Report at [https://allurereport.org](https://allurereport.org)
- 📚 [Documentation](https://allurereport.org/docs/) – discover official documentation for Allure Report
- ❓ [Questions and Support](https://github.com/orgs/allure-framework/discussions/categories/questions-support) – get help from the team and community
- 📢 [Official announcements](https://github.com/orgs/allure-framework/discussions/categories/announcements) – stay updated with our latest news and updates
- 💬 [General Discussion](https://github.com/orgs/allure-framework/discussions/categories/general-discussion) – engage in casual conversations, share insights and ideas with the community
- 🖥️ [Live Demo](https://demo.allurereport.org/) — explore a live example of Allure Report in action---
## Pytest
[](https://pypi.python.org/pypi/allure-pytest)
[](https://pypi.python.org/pypi/allure-pytest)Allure [pytest](http://pytest.org) integration. It's developed as pytest
plugin and distributed via
[pypi](https://pypi.python.org/pypi/allure-pytest).[Usage examples](/allure-pytest/examples).
## Behave
[](https://pypi.python.org/pypi/allure-behave)
[](https://pypi.python.org/pypi/allure-behave)Allure [behave](https://behave.readthedocs.io/en/latest/) integration.
Just external formatter that produce test results in allure2 format.
This package is available on
[pypi](https://pypi.python.org/pypi/allure-behave).[Usage examples](/allure-behave/examples).
## Robot Framework
[](https://pypi.python.org/pypi/allure-robotframework)
[](https://pypi.python.org/pypi/allure-robotframework)Allure [RobotFramework](http://robotframework.org/) integration. This
integration is a
[Listener](http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#listener-interface\))
and does not require changing autotests.[Read more ...](/allure-robotframework/README.rst).
[Usage examples](/allure-robotframework/examples).
## Pytest-BDD
[](https://pypi.python.org/pypi/allure-pytest-bdd)
[](https://pypi.python.org/pypi/allure-pytest-bdd)Allure [pytest-bdd](http://pytest.org) integration. It's developed as
pytest plugin and distributed via
[pypi](https://pypi.python.org/pypi/allure-pytest-bdd).## Nose2
[](https://pypi.python.org/pypi/allure-nose2)
[](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.