Skip to content

Commit 0a99d36

Browse files
committed
README.md update
1 parent 4c9bc95 commit 0a99d36

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

README.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ReportPortal RobotFramework agent
22

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+
39
[![PyPI](https://img.shields.io/pypi/v/robotframework-reportportal.svg?maxAge=259200)](https://pypi.python.org/pypi/robotframework-reportportal)
410
[![Python versions](https://img.shields.io/pypi/pyversions/robotframework-reportportal.svg)](https://pypi.org/project/robotframework-reportportal)
511
[![Build Status](https://github.com/reportportal/agent-Python-RobotFramework/actions/workflows/tests.yml/badge.svg)](https://github.com/reportportal/agent-Python-RobotFramework/actions/workflows/tests.yml)
@@ -8,7 +14,6 @@
814
[![stackoverflow](https://img.shields.io/badge/reportportal-stackoverflow-orange.svg?style=flat)](http://stackoverflow.com/questions/tagged/reportportal)
915
[![Build with Love](https://img.shields.io/badge/build%20with-❤%EF%B8%8F%E2%80%8D-lightgrey.svg)](http://reportportal.io?style=flat)
1016

11-
Listener for RobotFramework to report results to ReportPortal
1217

1318
* [Installation](https://github.com/reportportal/agent-Python-RobotFramework#installation)
1419
* [Usage](https://github.com/reportportal/agent-Python-RobotFramework#usage)
@@ -123,22 +128,6 @@ ReportPortal.
123128

124129
https://github.com/reportportal/client-Python#send-attachement-screenshots
125130

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-
142131
## Copyright Notice
143132

144133
Licensed under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)

0 commit comments

Comments
 (0)