interface CloneTestCaseOptions {
    includeAttachments?: boolean;
    includeLinks?: boolean;
    relatedLinkComment?: string;
}

Properties

includeAttachments?: boolean

If set to true, include the attachments

includeLinks?: boolean

If set to true, include the links

relatedLinkComment?: string

Comment on the link that will link the new clone test case to the original Set null for no comment