OBJECT
getTestRun
link Example
The Query below returns a Test Run
{
getTestRun( testIssueId: "11165", testExecIssueId: "11164") {
id
status {
name
color
description
}
gherkin
examples {
id
status {
name
color
description
}
}
}
}