Create and Update Suite Test Case Parameters

interface SuiteTestCaseCreateUpdateParameters {
    pointAssignments?: Configuration[];
    workItem?: WorkItem;
}

Properties

pointAssignments?: Configuration[]

Configurations Ids

workItem?: WorkItem

Id of Test Case to be updated or created