TestCaseResultAttachmentModel interface
Test attachment information in a test iteration.
action |
Path identifier test step in test case workitem. |
id | Attachment ID. |
iteration |
Iteration ID. |
name | Name of attachment. |
size | Attachment size. |
url | Url to attachment. |
Path identifier test step in test case workitem.
actionPath: string
Property Value
string
Attachment ID.
id: number
Property Value
number
Iteration ID.
iterationId: number
Property Value
number
Name of attachment.
name: string
Property Value
string
Attachment size.
size: number
Property Value
number
Url to attachment.
url: string
Property Value
string