Allure Python Integrations
==========================
The repository contains adaptors for python-based test frameworks.
Documentation is available online <https://docs.qameta.io/allure/2.0/)>, also you can get help at
gitter chanel <https://gitter.im/allure-framework/allure-core>
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 <http://pytest.org>_ integration. It's developed as pytest plugin and distributed via
pypi <https://pypi.python.org/pypi/allure-pytest>_
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 <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>_
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 <http://robotframework.org/>_ integration. This integration is a
Listener <http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#listener-interface)>_
and does not require changing autotests. Available on pypi <https://pypi.python.org/pypi/allure-robotframework>_
Read more ... </allure-robotframework/README.rst>_
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 <http://pytest.org>_ integration. It's developed as pytest plugin and distributed via
pypi <https://pypi.python.org/pypi/allure-pytest-bdd>_
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.