Test attachment request model

interface TestAttachmentRequestModel {
    attachmentType?: string;
    comment?: string;
    fileName: string;
    stream: string;
}

Properties

attachmentType?: string

Attachment type By Default it will be GeneralAttachment. It can be one of the following type. { GeneralAttachment, AfnStrip, BugFilingData, CodeCoverage, IntermediateCollectorData, RunConfig, TestImpactDetails, TmiTestRunDeploymentFiles, TmiTestRunReverseDeploymentFiles, TmiTestResultDetail, TmiTestRunSummary }

comment?: string

Comment associated with attachment

fileName: string

Attachment filename

stream: string

Base64 encoded file stream