CustomTestFieldScope enum
Type of the artifact applicable to CustomTestField.
Fields
None = 0 | |
TestRun = 1 | Custom field can be used with TestRun artifact. |
TestResult = 2 | Custom field can be used with TestResult artifact. |
TestRunAndTestResult = 3 | Custom test field can be used with either TestRun or TestResult artifact. |
System = 4 | Reserved for internal Azure DevOps functionality. Not to be used. |
All = 7 |