Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Run description wiped out when adding test results to test run #250

Closed
smartuuu opened this issue Jul 29, 2024 · 2 comments · Fixed by #271
Closed

Test Run description wiped out when adding test results to test run #250

smartuuu opened this issue Jul 29, 2024 · 2 comments · Fixed by #271
Labels
bug Something isn't working

Comments

@smartuuu
Copy link

TestRail CLI Version

v1.9.5

CLI Environment

Win 11 pro

TestRail Version

TestRail v6.0.0.4140

TestRail Instance Type

Enterprise Server

Current behavior

Hello!
I'm using TRCLI with Robot Framework.
I found when I post test results using trcli to the respective test run, the test run's description in Testrail is completely wiped out.
This is the command I'm using:
trcli -n ^
-h "http://testrail.xxxxxx/" ^
--project "XXXXXXXXXX" ^
--username "XXXXXXXXXXXXXX" ^
--key XXXXXXXXXXXXXXXXXXXXXX ^
parse_robot ^
--title "XXXXXXXXXXXXXXXXXXXXXX" ^
--run-id "XXX" ^
--case-matcher "name" ^
-f output.xml

Desired behavior

To keep the test run's description intact.

More Details

No response

@smartuuu smartuuu added the bug Something isn't working label Jul 29, 2024
@acuanico-tr-galt
Copy link
Collaborator

We have added a new PR for this issue. This might be shipped with TRCLI version 1.9.8 :)

@smartuuu
Copy link
Author

Thank you! Just verified and it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants