CloneOptions interface
Clone options for cloning the test suite.
Properties
clone |
If set to true requirements will be cloned |
copy |
copy all suites from a source plan |
copy |
copy ancestor hierarchy |
destination |
Name of the workitem type of the clone |
override |
Key value pairs where the key value is overridden by the value. |
related |
Comment on the link that will link the new clone test case to the original Set null for no comment |
Property Details
cloneRequirements
If set to true requirements will be cloned
cloneRequirements: boolean
Property Value
boolean
copyAllSuites
copy all suites from a source plan
copyAllSuites: boolean
Property Value
boolean
copyAncestorHierarchy
copy ancestor hierarchy
copyAncestorHierarchy: boolean
Property Value
boolean
destinationWorkItemType
Name of the workitem type of the clone
destinationWorkItemType: string
Property Value
string
overrideParameters
Key value pairs where the key value is overridden by the value.
overrideParameters: {[key: string]: string}
Property Value
{[key: string]: string}
relatedLinkComment
Comment on the link that will link the new clone test case to the original Set null for no comment
relatedLinkComment: string
Property Value
string