- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-apptest
GetTestRunStepResponse Interface
Members
Name | Type | Details |
---|---|---|
runStartTime Required | Date | undefined | The run start time of the test run step. |
status Required | StepRunStatus | undefined | The status of the test run step. |
stepName Required | string | undefined | The step name of the test run step. |
testRunId Required | string | undefined | The test run ID of the test run step. |
afterStep | boolean | undefined | The after steps of the test run step. |
beforeStep | boolean | undefined | The before steps of the test run step. |
runEndTime | Date | undefined | The run end time of the test run step. |
statusReason | string | undefined | The status reason of the test run step. |
stepRunSummary | StepRunSummary | undefined | The step run summary of the test run step. |
testCaseId | string | undefined | The test case ID of the test run step. |
testCaseVersion | number | undefined | The test case version of the test run step. |
testSuiteId | string | undefined | The test suite ID of the test run step. |
testSuiteVersion | number | undefined | The test suite version of the test run step. |
Full Signature
export interface GetTestRunStepResponse