You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-18Lines changed: 3 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ Pytest plugin for reporting test results of the Pytest to the Report Portal.
24
24
* Usage
25
25
* Installation
26
26
* Configuration
27
-
* Contribution
28
27
* Examples
29
28
* Launching
30
29
* Send attachment (screenshots)
@@ -44,21 +43,7 @@ To install pytest plugin execute next command in a terminal:
44
43
45
44
pip install pytest-reportportal
46
45
47
-
**IMPORTANT!**
48
-
The latest version **does not** support Report Portal versions below 5.0.0.
49
46
50
-
Specify the last one release of the client version 1 to install or update the client for other versions of Report Portal below 5.0.0:
51
-
52
-
.. code-block:: bash
53
-
54
-
pip install pytest-reportportal~=1.0
55
-
56
-
57
-
Contribution
58
-
~~~~~~~~~~~~~
59
-
60
-
All the fixes for the agent that supports Report Portal versions below 5.0.0 should go into the v1 branch.
61
-
The master branch will store the code base for the agent for Report Portal versions 5 and above.
62
47
63
48
Look through the CONTRIBUTING.rst for contribution guidelines.
64
49
@@ -257,11 +242,11 @@ deactivate :code:`pytest_reportportal` plugin with command like:
257
242
py.test -p no:pytest_reportportal ./tests
258
243
259
244
260
-
Integration with GA
261
-
-------------------
245
+
Integration with Google analytics
246
+
---------------------------------
262
247
ReportPortal is now supporting integrations with more than 15 test frameworks simultaneously. In order to define the most popular agents and plan the team workload accordingly, we are using Google analytics.
263
248
264
-
ReportPortal collects information about agent name and its version only. This information is sent to Google analytics on the launch start. Please help us to make our work effective.
249
+
ReportPortal collects information about agent name and its version only. This information is sent to Google Analytics on the launch start. Please help us to make our work effective.
265
250
If you still want to switch Off Google analytics, please change env variable the way below.
0 commit comments