Closed manykarim closed 2 years ago
@manykarim Fixed. I'm not sure whether I need to release another client version right now, since it looks like this only affects this tool, but to workaround you may specify "RP_MODE" variable.
Great, thanks a lot.
Meaning, I need to add e.g. --variable RP_MODE:"DEBUG"
and it'll work?
@manykarim --variable RP_MODE:"DEFAULT"
if you want regular launch.
Describe the bug Executed Robot Framework Tests and generated
output.xml
Afterwards usedpost_result.py
script to upload results to Report Portal 5.7.2python post_report.py --variable RP_UUID:"<my-uuid>" --variable RP_ENDPOINT:"<my-endpoint>" --variable RP_LAUNCH:"test_launch" --variable RP_PROJECT:"<my-project>" output.xml
When running the script with the latest Report Portal Client
5.2.4
I get a standard error. When running the same script with Report Portal Client5.2.3
it works successfully.Error:
Steps to Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Actual behavior Standard Error (Doc String of post_result.py) is shown when running
post_result.py
Package versions Include version info of the following packages: reportportal-client 5.2.4
Additional context When running the same script with Report Portal Client
5.2.3
it works successfully.