reportportal / agent-Python-RobotFramework

Robot Framework integration for Report Portal
Apache License 2.0
59 stars 32 forks source link

Allow (log.html+report.html+output.xml) to be attached as test reports for each launch #117

Closed AbdulAmrinSubair closed 2 years ago

AbdulAmrinSubair commented 3 years ago

Framework:- RobotFramework

Currently we have --variable RP_ATTACH_REPORT:"True" which let us attach only report.html file.

As a user he/she would like to traverse around log.html/output.xml files along with report.html file while navigating the attached test reports after every test launch.

Actual:- Currently only report.html is allowed

Expected:- We need the entire test report files attached after test run