reportportal / agent-Python-RobotFramework

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

RP_LAUNCH_TAGS names are Not reflecting on the report portal #68

Closed login4ajeet closed 4 years ago

login4ajeet commented 4 years ago

RP_LAUNCH_TAGS names are Not reflecting on the report portal while running the below pabot commands. Commands are running fine without any warning or issue except the given tag in the command is not reflecting on the report portal. Could you please look at this issue and help me out ?

pabot --listener robotframework_reportportal.listener --escape quot:Q --variable RP_ENDPOINT:end_point_url --variable RP_UUID:3xyz--variable RP_LAUNCH:"AjeetDemoDryRun4" --variable RP_PROJECT:ABC_Project --variable RP_LAUNCH_TAGS:"TestTag" RobotTestsFolderName

pabot --listener robotframework_reportportal.listener --escape quot:Q --variable RP_ENDPOINT:end_point_url --variable RP_UUID:3xyz--variable RP_LAUNCH:"AjeetDemoDryRun4" --variable RP_PROJECT:ABC_Project --variable RP_LAUNCH_TAGS:"SmokeTest:TestTag" RobotTestsFolderName

Below is the screenshot from report portal and also my expected and result results view. image

login4ajeet commented 4 years ago

@iivanou - Could you please let me know if any update on ETA to fix this as this is blocker for me ?

iivanou commented 4 years ago

@login4ajeet ETA is not applicable to this project, it is open source. The issue has been fixed in #69 and will be released soon.

iivanou commented 4 years ago

Fixed in 5.0.3 release.

login4ajeet commented 4 years ago

@iivanou - Thank you, Its working now.