TestRunStepSummary
Specifies a test run step summary.
Contents
- runStartTime
-
The run start time of the test run step summary.
Type: Timestamp
Required: Yes
- status
-
The status of the test run step summary.
Type: String
Valid Values:
Success | Failed | Running
Required: Yes
- stepName
-
The step name of the test run step summary.
Type: String
Pattern:
[A-Za-z][A-Za-z0-9_\-]{1,59}
Required: Yes
- testRunId
-
The test run ID of the test run step summary.
Type: String
Pattern:
[A-Za-z0-9:/\-]{1,100}
Required: Yes
- afterStep
-
The after step of the test run step summary.
Type: Boolean
Required: No
- beforeStep
-
The before step of the test run step summary.
Type: Boolean
Required: No
- runEndTime
-
The run end time of the test run step summary.
Type: Timestamp
Required: No
- statusReason
-
The status reason of the test run step summary.
Type: String
Required: No
- testCaseId
-
The test case ID of the test run step summary.
Type: String
Pattern:
[A-Za-z0-9:/\-]{1,100}
Required: No
- testCaseVersion
-
The test case version of the test run step summary.
Type: Integer
Required: No
- testSuiteId
-
The test suite ID of the test run step summary.
Type: String
Pattern:
[A-Za-z0-9:/\-]{1,100}
Required: No
- testSuiteVersion
-
The test suite version of the test run step summary.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: