Test attachment information in a test iteration.

interface TestCaseResultAttachmentModel {
    actionPath?: string;
    id: number;
    iterationId: number;
    name: string;
    size: number;
    url: string;
}

Properties

actionPath?: string

Path identifier test step in test case workitem.

id: number

Attachment ID.

iterationId: number

Iteration ID.

name: string

Name of attachment.

size: number

Attachment size.

url: string

Url to attachment.