aws.apptest.list_test_run_steps
Example SQL Queries
SELECT * FROMaws.apptest.list_test_run_stepsWHERE"test_run_id" = 'VALUE';Description
Lists test run steps.
Table Definition
| Column Name | Column Data Type |
|---|---|
| test_run_id Required Input Column The test run ID of the test run step summary. | VARCHAR |
| test_case_id Input Column The test case ID of the test run step summary. | VARCHAR |
| test_suite_id Input Column The test suite ID of the test run step summary. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| after_step The after step of the test run step summary. | BOOLEAN |
| before_step The before step of the test run step summary. | BOOLEAN |
| run_end_time The run end time of the test run step summary. | TIMESTAMP_S |
| run_start_time The run start time of the test run step summary. | TIMESTAMP_S |
| status The status of the test run step summary. | VARCHAR |
| status_reason The status reason of the test run step summary. | VARCHAR |
| step_name The step name of the test run step summary. | VARCHAR |
| test_case_version The test case version of the test run step summary. | BIGINT |
| test_suite_version The test suite version of the test run step summary. | BIGINT |