Add run property
kiwi_run_add_propertyAdd a name/value property to a test run in Kiwi TCMS to store extra metadata.
Instructions
TestRun.add_property. Adds a name/value property to the test run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Property name | |
| value | Yes | Property value | |
| run_id | Yes | Test run id |