Test suite clone request

interface TestSuiteCloneRequest {
    cloneOptions?: CloneOptions;
    destinationSuiteId?: number;
    destinationSuiteProjectName?: string;
}

Properties

cloneOptions?: CloneOptions

Clone options for cloning the test suite.

destinationSuiteId?: number

Suite id under which, we have to clone the suite.

destinationSuiteProjectName?: string

Destination suite project name.