-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
Description
Describe the bug
Suite Setup and Suite Teardown of RobotFramework are shown as 'Before Suite and After Suite' in Reportportal UI. However, the test-steps under these suites show only in Log view and not in List view of Reportportal. See attached pictures for more clarification.
Steps to Reproduce
Steps to reproduce the behavior:
- Create a file called before_after_hooks.robot with Suite Setup and Suite Teardown methods and a few testcases.
- Run the above robot file through the reportportal_listener.
- In ReportPortal UI, open the above testcase. It displays the Before Suite, Testcases, After Suite in List view.
- While in List view, select either the Before/After Suite -> An empty page is diplayed.
- Repeat steps 3-4 while in Log View which displays the test-steps of Before/After Suite correctly.
Expected behavior
At step 4, the test steps of Before/After Suite should also be shown in List View. Not an empty page.
Actual behavior
An empty page is displayed while viewing test steps in Before/After Suite using List view.
Package versions
reportportal-client - 5.1.0
robotframework-reportportal - 5.2.1