CustomTestFieldScope enum
CustomTestField に適用可能な成果物の型。
フィールド
| None = 0 | |
| TestRun = 1 | カスタムフィールドは、TestRun アーティファクトで使用できます。 |
| TestResult = 2 | カスタムフィールドは、TestResult 成果物で使用できます。 |
| TestRunAndTestResult = 3 | カスタムテストフィールドは、TestRun または TestResult アーティファクトで使用できます。 |
| System = 4 | 内部 Azure DevOps 機能用に予約されています。 使用しないでください。 |
| All = 7 |