Metadata-Version: 2.1
Name: allure-pytest
Version: 2.12.0
Summary: Allure pytest integration
Home-page: https://github.com/allure-framework/allure-python
Author: QAMetaSoftware, Stanislav Seliverstov
Author-email: sseliverstov@qameta.io
License: Apache-2.0
Keywords: allure reporting pytest
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: pytest (>=4.5.0)
Requires-Dist: six (>=1.9.0)
Requires-Dist: allure-python-commons (==2.12.0)

Allure Pytest Plugin
====================
.. 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

- `Source <https://github.com/allure-framework/allure-python>`_

- `Documentation <https://docs.qameta.io/allure-report/>`_

- `Gitter <https://gitter.im/allure-framework/allure-core>`_


Installation and Usage
======================

.. code:: bash

    $ pip install allure-pytest
    $ py.test --alluredir=%allure_result_folder% ./tests
    $ allure serve %allure_result_folder%
