|
1 | 1 | # ReportPortal RobotFramework agent
|
2 | 2 |
|
| 3 | +A RobotFramework Listener to report test results to ReportPortal |
| 4 | + |
| 5 | +> **DISCLAIMER**: We use Google Analytics for sending anonymous usage information such as agent's and client's names, |
| 6 | +> and their versions after a successful launch start. This information might help us to improve both ReportPortal |
| 7 | +> backend and client sides. It is used by the ReportPortal team only and is not supposed for sharing with 3rd parties. |
| 8 | +
|
3 | 9 | [](https://pypi.python.org/pypi/robotframework-reportportal)
|
4 | 10 | [](https://pypi.org/project/robotframework-reportportal)
|
5 | 11 | [](https://github.com/reportportal/agent-Python-RobotFramework/actions/workflows/tests.yml)
|
|
8 | 14 | [](http://stackoverflow.com/questions/tagged/reportportal)
|
9 | 15 | [](http://reportportal.io?style=flat)
|
10 | 16 |
|
11 |
| -Listener for RobotFramework to report results to ReportPortal |
12 | 17 |
|
13 | 18 | * [Installation](https://github.com/reportportal/agent-Python-RobotFramework#installation)
|
14 | 19 | * [Usage](https://github.com/reportportal/agent-Python-RobotFramework#usage)
|
@@ -123,22 +128,6 @@ ReportPortal.
|
123 | 128 |
|
124 | 129 | https://github.com/reportportal/client-Python#send-attachement-screenshots
|
125 | 130 |
|
126 |
| -## Integration with GA |
127 |
| - |
128 |
| -ReportPortal is now supporting integrations with more than 15 test frameworks |
129 |
| -simultaneously. In order to define the most popular agents and plan the team |
130 |
| -workload accordingly, we are using Google analytics. |
131 |
| - |
132 |
| -ReportPortal collects information about agent name and its version only. This |
133 |
| -information is sent to Google analytics on the launch start. Please help us to |
134 |
| -make our work effective. |
135 |
| -If you still want to switch Off Google analytics, please change env variable |
136 |
| -the way below. |
137 |
| - |
138 |
| -```bash |
139 |
| -export AGENT_NO_ANALYTICS=1 |
140 |
| -``` |
141 |
| - |
142 | 131 | ## Copyright Notice
|
143 | 132 |
|
144 | 133 | Licensed under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
|
0 commit comments