reportportal / agent-Python-RobotFramework

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

[Feature Request] Uploading the report.html and log.html of a test run to reportportal #29

Closed moijes12 closed 3 years ago

moijes12 commented 6 years ago

As part of my test result, I would want to view the report.html created by the robot framework as these reports are very detailed. This may be provided in the report portal as a an attachment to the test result. I would like to know if there is a way that it can be done right now. For example, can we provide an option like --attachreport true to the run command ?

DzmitryHumianiuk commented 6 years ago

@moijes12 it's not provided by agent, not by server.

we do not support logging at the level of launch in versions 4.x but will make it possible for version 5.x

as a temporary workaround, you can create @AfterMethod type of testItem and log required data into it. This type will not affect statistics