Add case property
kiwi_case_add_propertyAdd a custom name-value property to a Kiwi TCMS test case to store arbitrary metadata.
Instructions
TestCase.add_property: arbitrary name/value pair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Property name | |
| value | Yes | Property value | |
| case_id | Yes | Test case id |