reportportal / agent-Python-RobotFramework

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

RP Logging - Robot Automation Framework #142

Closed anupkkumarfb closed 2 years ago

anupkkumarfb commented 2 years ago

name: Bug report about: Create a report to help us improve title: '' labels: bug assignees: ''


Describe the bug After adding listeners to my robot test trigger command, I dont see my framework's native log message on the console.

Steps to Reproduce Run the below command:

robot -V config/credential.yaml --variable EXECUTION_MODE:LOCAL --listener robotframework_reportportal.listener --variable RP_ATTACH_LOG:"True" --variable RP_UUID:abc-def-geh --variable RP_ENDPOINT:http://reportportal:8080/ --variable RP_LAUNCH:anup_sample_925pm --variable RP_PROJECT:superadmin_personal -i Sanity testsuites/abc.robot

HardNorth commented 2 years ago

@anupkkumarfb I've tried our examples, both with and without our listener, and their outputs are identical, they both contains logs I logged with 'Log' keyword. Could you please provide examples of how you log your messages and how the output looks like?

HardNorth commented 2 years ago

Abandoned