Metadata-Version: 2.0
Name: allure-robotframework
Version: 2.6.5
Summary: Allure Robot Framework integration
Home-page: https://github.com/allure-framework/allure-python
Author: Sergey Khomutinin
Author-email: skhomuti@gmail.com
License: Apache-2.0
Keywords: allure reporting robotframework
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Robot Framework
Classifier: Framework :: Robot Framework :: Tool
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.6.5)

Allure Robot Framework Listener
===============================
.. 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

-  `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-robotframework
    $ robot --listener allure_robotframework ./my_robot_test

Optional argument sets output directory. Example:

.. code:: bash

    $ robot --listener allure_robotframework;/set/your/path/here ./my_robot_test

Default output directory is `output/allure`.

Listener support `robotframework-pabot library <https://pypi.python.org/pypi/robotframework-pabot>`_:

.. code:: bash

    $ pabot --listener allure_robotframework ./my_robot_test

Advanced listener settings:

    - ALLURE_MAX_STEP_MESSAGE_COUNT=5. If robotframework step contains less messages than specified in this setting, each message shows as substep. This reduces the number of attachments in large projects. The default value is zero - all messages are displayed as attachments.

Contributing to allure-robotframework
=====================================

This project exists thanks to all the people who contribute. Especially by `Megafon <https://corp.megafon.com>`_ and
`@skhomuti <https://github.com/skhomuti>`_ who started and maintaining allure-robotframework.


