|
| 1 | +Allure Python Integrations |
| 2 | +========================== |
| 3 | +The repository contains adaptors for python-based test frameworks. |
| 4 | +Documentation is available `online https://docs.qameta.io/allure/2.0/)`_, also you can get help at |
| 5 | +`gitter chanel https://gitter.im/allure-framework/allure-core)`_ |
| 6 | + |
| 7 | + |
| 8 | +Pytest |
| 9 | +------ |
| 10 | +.. image:: https://pypip.in/v/allure-pytest/badge.png |
| 11 | + :alt: Release Status |
| 12 | + :target: https://pypi.python.org/pypi/allure-pytest |
| 13 | +.. image:: https://pypip.in/d/allure-pytest/badge.png |
| 14 | + :alt: Downloads |
| 15 | + :target: https://pypi.python.org/pypi/allure-pytest |
| 16 | + |
| 17 | +Allure `pytest http://pytest.org`_ integration. It's developed as pytest plugin and distributed via |
| 18 | +`pypi https://pypi.python.org/pypi/allure-pytest`_ |
| 19 | + |
| 20 | + |
| 21 | +Behave |
| 22 | +------ |
| 23 | +.. image:: https://pypip.in/v/allure-behave/badge.png |
| 24 | + :alt: Release Status |
| 25 | + :target: https://pypi.python.org/pypi/allure-behave |
| 26 | +.. image:: https://pypip.in/d/allure-behave/badge.png |
| 27 | + :alt: Downloads |
| 28 | + :target: https://pypi.python.org/pypi/allure-behave |
| 29 | + |
| 30 | +Allure `behave https://behave.readthedocs.io/en/latest/`_ integration. Just external formatter that produce test results in |
| 31 | +allure2 format. This package is available on `pypi https://pypi.python.org/pypi/allure-behave`_ |
| 32 | + |
| 33 | + |
| 34 | +Robot Framework |
| 35 | +--------------- |
| 36 | +.. image:: https://pypip.in/v/allure-robotframework/badge.png |
| 37 | + :alt: Release Status |
| 38 | + :target: https://pypi.python.org/pypi/allure-robotframework |
| 39 | +.. image:: https://pypip.in/d/allure-robotframework/badge.png |
| 40 | + :alt: Downloads |
| 41 | + :target: https://pypi.python.org/pypi/allure-robotframework |
| 42 | + |
| 43 | +Allure `RobotFramework http://robotframework.org/`_ integration. This integration is a |
| 44 | +`Listener http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#listener-interface)`_ |
| 45 | +and does not require changing autotests. Available on `pypi https://pypi.python.org/pypi/allure-robotframework`_ |
| 46 | + |
| 47 | + |
| 48 | +Allure python commons |
| 49 | +--------------------- |
| 50 | +Common engine for all modules. It is useful for make integration with your homemade frameworks. |
| 51 | + |
| 52 | + |
| 53 | +Allure python commons test |
| 54 | +-------------------------- |
| 55 | +Just pack of hamcrest matchers for validation result in allure2 json format. |
0 commit comments