|
| 1 | +# Allure Python Integrations |
| 2 | +[](https://github.com/allure-framework/allure-python/actions/workflows/build.yaml) |
| 3 | + |
| 4 | +The repository contains adaptors for Python-based test frameworks. |
| 5 | +Documentation is available |
| 6 | +[online](https://docs.qameta.io/allure-report/), also you can get help at |
| 7 | +[gitter channel](https://gitter.im/allure-framework/allure-core) |
| 8 | + |
| 9 | +## Pytest |
| 10 | +[](https://pypi.python.org/pypi/allure-pytest) |
| 12 | +[](https://pypi.python.org/pypi/allure-pytest) |
| 13 | + |
| 14 | +Allure [pytest](http://pytest.org) integration. It's developed as pytest |
| 15 | +plugin and distributed via |
| 16 | +[pypi](https://pypi.python.org/pypi/allure-pytest) |
| 17 | + |
| 18 | +## Behave |
| 19 | +[](https://pypi.python.org/pypi/allure-behave) |
| 21 | +[](https://pypi.python.org/pypi/allure-behave) |
| 22 | + |
| 23 | +Allure [behave](https://behave.readthedocs.io/en/latest/) integration. |
| 24 | +Just external formatter that produce test results in allure2 format. |
| 25 | +This package is available on |
| 26 | +[pypi](https://pypi.python.org/pypi/allure-behave) |
| 27 | + |
| 28 | +## Robot Framework |
| 29 | +[](https://pypi.python.org/pypi/allure-robotframework) |
| 31 | +[](https://pypi.python.org/pypi/allure-robotframework) |
| 32 | + |
| 33 | +Allure [RobotFramework](http://robotframework.org/) integration. This |
| 34 | +integration is a |
| 35 | +[Listener](http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#listener-interface\)) |
| 36 | +and does not require changing autotests |
| 37 | + |
| 38 | +[Read more ...](/allure-robotframework/README.rst) |
| 39 | + |
| 40 | +## Pytest-BDD |
| 41 | + |
| 42 | +[](https://pypi.python.org/pypi/allure-pytest-bdd) |
| 44 | +[](https://pypi.python.org/pypi/allure-pytest-bdd) |
| 45 | + |
| 46 | +Allure [pytest-bdd](http://pytest.org) integration. It's developed as |
| 47 | +pytest plugin and distributed via |
| 48 | +[pypi](https://pypi.python.org/pypi/allure-pytest-bdd) |
| 49 | + |
| 50 | +## Nose2 |
| 51 | +[](https://pypi.python.org/pypi/allure-nose2) |
| 53 | +[](https://pypi.python.org/pypi/allure-nose2) |
| 54 | + |
| 55 | +## Allure python commons |
| 56 | + |
| 57 | +Common engine for all modules. It is useful for make integration with |
| 58 | +your homemade frameworks. |
| 59 | + |
| 60 | +## Allure python commons test |
| 61 | + |
| 62 | +Just pack of hamcrest matchers for validation result in allure2 json |
| 63 | +format. |
0 commit comments