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 b972218 commit 6e17233Copy full SHA for 6e17233
allure-pytest/README.md
@@ -1,6 +1,6 @@
1
# Allure pytest plugin
2
3
-## Inatallation
+## Installation
4
Beta version is not available on PyPI, but you can install allure directly from github:
5
6
```bash
@@ -35,7 +35,9 @@ def test_attach_from_test():
35
### Steps
36
Step name formatting with function parameters is deprecated. All parameters of step function will be reported and shown in report.
37
38
-##### Dynamic issues
+
39
+### Issues
40
+#### Dynamic issues
41
Current version doesn't support dynamic_issue, but you can do it with pytest fixtures:
42
```python
43
import pytest
0 commit comments