gurock / trcli

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

Add possibility to update already created test case #244

Open unroma opened 3 months ago

unroma commented 3 months ago

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

I 'd like to have possibility to automatically update not only test run, but also already created tests case itself. (code first approach).

Why is this feature necessary on the TestRail CLI?

Sometimes we have changes in already created test description or requirements links. It's not convenient to updated such field manually.

More details

Would be nice to have a param key which indicates that test case will be updated if field in properties has value

Interested in implementing it yourself?

No