OBJECT

TestRunPrecondition

Test Run Precondition type

link GraphQL Schema definition

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