Metadata-Version: 2.0
Name: allure-behave
Version: 2.3.1b1
Summary: Allure behave 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 behave
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Dist: allure-python-commons (==2.3.1b1)
Requires-Dist: behave (>=1.2.5)

Allure Behave Formatter
=======================

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

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

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


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

.. code:: bash

    $ pip install allure-behave
    $ behave -f allure_behave.formatter:AllureFormatter -o %allure_result_folder% ./features
    $ allure serve %allure_result_folder%

