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

Submit custom result fields values through junit testcase properties. #106

Closed marioux closed 1 year ago

marioux commented 1 year ago

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

In your support article Integrating with Pytest you are providing the following example to add an attachment to a test case with the record_property fixture. I would like to use the same record_property to submit values for custom result fields added through the admin dashboard. I've looked through the trcli source and I could not find a way to submit these values.

Why is this feature necessary on the TestRail CLI?

We should be able to submit values for custom result fields using trcli as these values are useful for filtering, sorting and generating reports.

More details

No response

Interested in implementing it yourself?

No