aws.apptest.list_test_runs
Example SQL Queries
SELECT * FROMaws.apptest.list_test_runs;Description
Lists test runs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| test_run_ids Input Column The test run IDs of the test runs. | VARCHAR[] |
Show child fields
| |
| test_suite_id Input Column The test suite ID of the test 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 run summary. | TIMESTAMP_S |
| run_start_time The run start time of the test run summary. | TIMESTAMP_S |
| status The status of the test run summary. | VARCHAR |
| status_reason The status reason of the test run summary. | VARCHAR |
| test_configuration_id The test configuration ID of the test run summary. | VARCHAR |
| test_configuration_version The test configuration version of the test run summary. | BIGINT |
| test_run_arn The test run ARN of the test run summary. | VARCHAR |
| test_run_id The test run ID of the test run summary. | VARCHAR |
| test_suite_version The test suite version of the test run summary. | BIGINT |