Allure pytest integration
.. image:: https://img.shields.io/pypi/v/allure-pytest :alt: Release Status :target: https://pypi.python.org/pypi/allure-pytest .. image:: https://img.shields.io/pypi/dm/allure-pytest :alt: Downloads :target: https://pypi.python.org/pypi/allure-pytest
Source <https://github.com/allure-framework/allure-python>
_
Documentation <https://docs.qameta.io/allure-report/>
_
Gitter <https://gitter.im/allure-framework/allure-core>
_
.. code:: bash
$ pip install allure-pytest
$ py.test --alluredir=%allure_result_folder% ./tests
$ allure serve %allure_result_folder%
See usage examples here <examples>
_.