reportportal / agent-Python-RobotFramework

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

keyword level implementation not visible in reportportal and this impacts debugging capability #102

Closed AbdulAmrinSubair closed 3 years ago

AbdulAmrinSubair commented 3 years ago

As a user i would like to see the user defined keyword implementation of tests to debug test failure. Currently user defined keyword with capture image doesn't really display the image unless it's defined in test case level

Actual:- Currently only keywords mentioned in test case level are displayed in reportportal

Expected:- Keywords names and their internal implementation should also be shown in both test case and keyword level

iivanou commented 3 years ago

A fix for #100 will fix this one as well.