OBJECT
CreateTestExecutionResult
Create Test Execution Result type
link GraphQL Schema definition
1 type CreateTestExecutionResult { 2 3 # Test Execution that was created. 4 : TestExecution 5 6 # Test Environments that were created. 7 : [String] 8 9 # Warnings generated during the operation. 10 : [String] 11 12 }