OBJECT
TestRunPrecondition
Test Run Precondition type
link GraphQL Schema definition
1 type TestRunPrecondition { 2 3 # Precondition of the Test Run. 4 : Precondition 5 6 # Precondition definition. 7 : String 8 9 }
OBJECT
Test Run Precondition type
1 type TestRunPrecondition { 2 3 # Precondition of the Test Run. 4 : Precondition 5 6 # Precondition definition. 7 : String 8 9 }