Skip to content

Commit 46479f8

Browse files
author
Dzmitry Humianiuk
authored
Update README.rst
1 parent cb3e447 commit 46479f8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ agent-python-pytest
77

88
Pytest plugin for reporting test results of Pytest to the 'Reportal Portal'.
99

10+
* Usage
11+
* Configuration
12+
* Examples
13+
* Launching
14+
* Send attachement (screenshots)
15+
* Troubleshooting
16+
* Copyright Notice
17+
1018
Usage
1119
-----
1220

@@ -181,6 +189,13 @@ Example:
181189
assert False
182190
183191
192+
Send attachement (screenshots)
193+
----------------
194+
195+
https://github.com/reportportal/client-Python#send-attachement-screenshots
196+
197+
198+
184199
Troubleshooting
185200
~~~~~~~~~
186201

@@ -205,9 +220,12 @@ deactivate :code:`pytest_reportportal` plugin with command like:
205220
py.test -p no:pytest_reportportal ./tests
206221
207222
223+
208224
Copyright Notice
209225
----------------
226+
.. Copyright Notice: https://github.com/reportportal/agent-python-pytest#copyright-notice
210227
211228
Licensed under the GPLv3_ license (see the LICENSE file).
212229

213230
.. _GPLv3: https://www.gnu.org/licenses/quick-guide-gplv3.html
231+

0 commit comments

Comments
 (0)