INPUT_OBJECT

UpdateTestRunStepInput

Update Test Run Step Input

link GraphQL Schema definition

1input UpdateTestRunStepInput {
4
2# Comment to add to the Test Run Step.
3comment: String
7
5# Status to set to the Test Run Step.
6status: String
10
8# Evidence of the Test Run Step.
9evidence: TestRunEvidenceOperationsInput
13
11# Defects of the Test Run Step.
12defects: TestRunDefectOperationsInput
16
14# Actual Result of the Test Run Step.
15actualResult: String
17}