aws.apptest.list_test_run_test_cases
Example SQL Queries
SELECT * FROMaws.apptest.list_test_run_test_casesWHERE"test_run_id" = 'VALUE';Description
Lists test run test cases.
Table Definition
| Column Name | Column Data Type |
|---|---|
| test_run_id Required Input Column The test run id of the test case run 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
| |
| run_end_time The run end time of the test case run summary. | TIMESTAMP_S |
| run_start_time The run start time of the test case run summary. | TIMESTAMP_S |
| status The status of the test case run summary. | VARCHAR |
| status_reason The status reason of the test case run summary. | VARCHAR |
| test_case_id The test case id of the test case run summary. | VARCHAR |
| test_case_version The test case version of the test case run summary. | BIGINT |