次の方法で共有


CloneOptions interface

テスト スイートを複製するための複製オプション。

プロパティ

cloneRequirements

true に設定すると、要件が複製されます

copyAllSuites

ソース プランからすべてのスイートをコピーする

copyAncestorHierarchy

先祖階層をコピーする

destinationWorkItemType

複製の作業項目タイプの名前

overrideParameters

キー値が値によってオーバーライドされるキー値のペア。

relatedLinkComment

新しい複製テスト ケースを元の Set null にリンクするリンクのコメント (コメントなし)

プロパティの詳細

cloneRequirements

true に設定すると、要件が複製されます

cloneRequirements: boolean

プロパティ値

boolean

copyAllSuites

ソース プランからすべてのスイートをコピーする

copyAllSuites: boolean

プロパティ値

boolean

copyAncestorHierarchy

先祖階層をコピーする

copyAncestorHierarchy: boolean

プロパティ値

boolean

destinationWorkItemType

複製の作業項目タイプの名前

destinationWorkItemType: string

プロパティ値

string

overrideParameters

キー値が値によってオーバーライドされるキー値のペア。

overrideParameters: {[key: string]: string}

プロパティ値

{[key: string]: string}

relatedLinkComment

新しい複製テスト ケースを元の Set null にリンクするリンクのコメント (コメントなし)

relatedLinkComment: string

プロパティ値

string