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 3633f82 commit 64c2b53Copy full SHA for 64c2b53
README.md
@@ -5,8 +5,11 @@
5
6
Library used only for implementors of custom listeners for ReportPortal
7
8
+
9
## Allready implemented listeners:
-* [Robot Framework](https://github.com/reportportal/agent-Python-RobotFramework)
10
11
+- [Robot Framework](https://github.com/reportportal/agent-Python-RobotFramework)
12
+- [PyTest Framework](https://github.com/reportportal/agent-python-pytest)
13
14
15
## Installation
@@ -123,6 +126,8 @@ fl_rq = FinishExecutionRQ(end_time=timestamp(), status="PASSED")
123
126
service.finish_launch(launch.id, fl_rq)
124
127
```
125
128
129
130
# Copyright Notice
131
132
Licensed under the [GPLv3](https://www.gnu.org/licenses/quick-guide-gplv3.html)
133
license (see the LICENSE.txt file).
0 commit comments