Add execution property
kiwi_execution_add_propertyAdds a name/value property to a test execution to store custom metadata.
Instructions
TestExecution.add_property. Adds a name/value property to the execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Property name | |
| value | Yes | Property value | |
| execution_id | Yes | Test execution id |