Skip to content

Commit 09fbaff

Browse files
authored
add badges (via #346)
1 parent d9c1669 commit 09fbaff

File tree

5 files changed

+73
-27
lines changed

5 files changed

+73
-27
lines changed

README.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

README.rst

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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.

allure-behave/README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Allure Behave Formatter
22
=======================
3+
.. image:: https://pypip.in/v/allure-behave/badge.png
4+
:alt: Release Status
5+
:target: https://pypi.python.org/pypi/allure-behave
6+
.. image:: https://pypip.in/d/allure-behave/badge.png
7+
:alt: Downloads
8+
:target: https://pypi.python.org/pypi/allure-behave
39

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

allure-pytest/README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Allure Pytest Plugin
22
====================
3+
.. image:: https://pypip.in/v/allure-pytest/badge.png
4+
:alt: Release Status
5+
:target: https://pypi.python.org/pypi/allure-pytest
6+
.. image:: https://pypip.in/d/allure-pytest/badge.png
7+
:alt: Downloads
8+
:target: https://pypi.python.org/pypi/allure-pytest
39

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

allure-robotframework/README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Allure Robot Framework Listener
22
===============================
3+
.. image:: https://pypip.in/v/allure-robotframework/badge.png
4+
:alt: Release Status
5+
:target: https://pypi.python.org/pypi/allure-robotframework
6+
.. image:: https://pypip.in/d/allure-robotframework/badge.png
7+
:alt: Downloads
8+
:target: https://pypi.python.org/pypi/allure-robotframework
39

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

0 commit comments

Comments
 (0)