Skip to content

Commit 608c2d8

Browse files
authored
Merge pull request #334 from reportportal/rplevka-patch-1
remove RPv4 notice from README
2 parents 2a1e088 + f2ed7cf commit 608c2d8

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

README.rst

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Pytest plugin for reporting test results of the Pytest to the Report Portal.
2424
* Usage
2525
* Installation
2626
* Configuration
27-
* Contribution
2827
* Examples
2928
* Launching
3029
* Send attachment (screenshots)
@@ -44,21 +43,7 @@ To install pytest plugin execute next command in a terminal:
4443
4544
pip install pytest-reportportal
4645
47-
**IMPORTANT!**
48-
The latest version **does not** support Report Portal versions below 5.0.0.
4946
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.
6247
6348
Look through the CONTRIBUTING.rst for contribution guidelines.
6449

@@ -257,11 +242,11 @@ deactivate :code:`pytest_reportportal` plugin with command like:
257242
py.test -p no:pytest_reportportal ./tests
258243
259244
260-
Integration with GA
261-
-------------------
245+
Integration with Google analytics
246+
---------------------------------
262247
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.
263248

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.
265250
If you still want to switch Off Google analytics, please change env variable the way below.
266251

267252
.. code-block:: bash

0 commit comments

Comments
 (0)