Skip to content

Commit e4cf166

Browse files
authored
Update README.rst
1 parent 12e18b5 commit e4cf166

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ in conftest.py:
128128
129129
import pytest
130130
131-
from pytest_reportportal import RPLogger, RPLogHandler
131+
from reportportal_client import RPLogger, RPLogHandler
132132
133133
134134
@pytest.fixture(scope="session")
@@ -238,6 +238,15 @@ Send attachement (screenshots)
238238

239239
https://github.com/reportportal/client-Python#send-attachement-screenshots
240240

241+
Test internal steps, aka "Nested steps"
242+
---------------------------------------
243+
244+
To implement Nested steps reporting please follow our guide: https://github.com/reportportal/client-Python/wiki/Nested-steps
245+
246+
Also there are examples of usage:
247+
248+
* https://github.com/reportportal/examples-python/blob/master/pytest/tests/test_nested_steps.py
249+
* https://github.com/reportportal/examples-python/blob/master/pytest/tests/test_nested_steps_ui.py
241250

242251
Troubleshooting
243252
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)