We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339db77 commit 9944fd8Copy full SHA for 9944fd8
allure-pytest/README.md
@@ -1,5 +1,11 @@
1
# Allure pytest plugin
2
3
+## Inatallation
4
+Beta version is not available on PyPI, but you can install allure directly from github:
5
+
6
+```bash
7
+$ pip install -e 'git+https://github.com/allure-framework/allure-python2.git#egg=pytest_allure_adaptor&subdirectory=allure-pytest'
8
+```
9
## Changes
10
11
### Attachments
@@ -44,4 +50,4 @@ def dynamic_issue(request):
44
50
def test_dynamic_issue(dynamic_issue, issue, result):
45
51
dynamic_issue(issue)
46
52
assert result
47
-```
53
0 commit comments