File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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
239239https://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
242251Troubleshooting
243252~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments