Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 949 Bytes

TestRunGenerationConfig.md

File metadata and controls

22 lines (15 loc) · 949 Bytes

TestRunGenerationConfig

Properties

Name Type Description Notes
testGroupsToInclude List<Integer> The Test Group IDs of the Test Groups from which you would like to generate Test Runs. Do not specify anything to include all groups. [optional]
testRunStatusesToInclude List<TestRunStatusesToIncludeEnum> Only valid after generating the first Test Cycle, you may choose to only generate Test Runs that were a specified status in the previous cycle. Do not specify anything to include all statuses [optional]

Enum: List<TestRunStatusesToIncludeEnum>

Name Value
PASSED "PASSED"
NOT_RUN "NOT_RUN"
INPROGRESS "INPROGRESS"
FAILED "FAILED"
BLOCKED "BLOCKED"