OBJECT
TestRunIterationStepResult
Test Run iteration step result type
link GraphQL Schema definition
1 type TestRunIterationStepResult { 2 3 # Id of the Test Run step. 4 String : 5 6 # Status of the Test Run step. 7 StepStatus : 8 9 # Comment of the Test Run step. 10 String : 11 12 # Evidence of the Test Run step. 13 Evidence] : [ 14 15 # Defects of the Test Run step. 16 String] : [ 17 18 # Actual Result of the Test Run step. 19 String : 20 21 }