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

Add support for "Configurations" #146

Closed UyttenhoveSimon closed 10 months ago

UyttenhoveSimon commented 1 year ago

What would you like the TestRail CLI to be able to do?

Hello,

Thanks for the trcli, it speeds up quite a bit the test data ingestion. Would it be possible to add the ability to provide a "config" either in the junit xml or via the command line ?

I am referencing to the following: https://support.testrail.com/hc/en-us/articles/7077298488340-Configurations

Why is this feature necessary on the TestRail CLI?

I would like to display the same test in multiple environments and configurations would come handy.

Maybe there is another way of implementing the above use case that I would not be familiar with ?

More details

No response

Interested in implementing it yourself?

No

d-rede commented 10 months ago

Hello @UyttenhoveSimon

Currently the TestRail CLI only supports creating simple Test Runs. Managing Test Plans and Configurations is something we are trying to avoid for the sake of simplicity and to try to avoid users being overwhelmed and misusing the CLI.

Nevertheless, I will leave this ticket open for future consideration.