Skip to content

Commit f9a2577

Browse files
committed
clarify rp_ignore_errors option behaviour
1 parent 943c464 commit f9a2577

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,20 @@ Troubleshooting
142142
~~~~~~~~~
143143

144144
In case you have connectivity issues (or similar problems) with Report Portal,
145-
it is possible to ignore exception raised by :code:`pytest_reportportal` plugin.
146-
For this, please, add following option to :code:`pytest.ini` configuration file:
145+
it's possible to ignore exceptions raised by :code:`pytest_reportportal` plugin.
146+
For this, please, add following option to :code:`pytest.ini` configuration file.
147147

148148
.. code-block:: text
149149
150150
[pytest]
151151
...
152152
rp_ignore_errors = True
153153
154+
With option above all exceptions raised by Report Portal will be only printed to
155+
`stderr` but will be counted as failures or stoppers.
154156

155-
Or temporary disable :code:`pytest_reportportal` plugin with command like:
157+
If you would like to temporary disable integrations with Report Portal just
158+
deactivate :code:`pytest_reportportal` plugin with command like:
156159

157160
.. code-block:: bash
158161

0 commit comments

Comments
 (0)