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 c947d7a commit 1d46bbbCopy full SHA for 1d46bbb
README.md
@@ -1,9 +1,9 @@
1
-# agent-python-pytest
+# Agent-python-pytest
2
Plugin for Pytest Framework
3
4
## Description:
5
Plugin for reporting items results of Pytest to the 'Reportal Portal'.
6
-```
+
7
## Usage:
8
9
### Install the plugin
@@ -22,7 +22,7 @@ rp_project = Project of ReportPortal
22
```
23
also launch tags could be added. But this parapmeter if not mandatory `rp_launch_tags = 'PyTest' 'Report_Portal'`.
24
25
-### For logging of the test item flow please use the python logging util:
+### For logging of the test item flow please use the python logging util.
26
```python
27
# import ReportPortal handler in the test module
28
from pytest_reportportal import RPlogHandler
0 commit comments