gurock / trcli

TR CLI (trcli) is a command line tool for interacting with TestRail.
Mozilla Public License 2.0
48 stars 39 forks source link

Version 1.6 #155

Closed d-rede closed 10 months ago

d-rede commented 11 months ago

Issues

Solution description

How are we solving the problem?

Changes

What changes where made?

PR Tasks

lscottnaim commented 10 months ago

@d-rede I'm confused by the conclusion of #138. I thought I would be able to simply give a plan ID and if a test case was found in a run inside a plan, it would drill down to check and update it.

i.e.

trcli -n -c /home/liam/git/config.yaml parse_junit --title "NAME-OF-TITLE" --case-matcher "name" --plan-id 3246 --suite-id 1671 --result-fields version:3.8.4.5453.0 --allow-ms -f /home/liam/git/reports/test-report.xml

d-rede commented 9 months ago

Hello @lscottnaim

I looked at the title of the issue and wrongly assumed it was this implementation we've been meaning to do for a while. My apologies, I should have taken a closer look at the description of the feature you requested.

Having said that, I will re-open the issue, but I can make no promises as to whether it is a behavior we want to implement or not at this point.