Aggregated metadata about a harness test. More...
#include <gui_automation_client.h>
Public Attributes | |
| std::string | test_id |
| std::string | name |
| std::string | category |
| std::optional< absl::Time > | last_run_at |
| int | total_runs = 0 |
| int | pass_count = 0 |
| int | fail_count = 0 |
| int | average_duration_ms = 0 |
Aggregated metadata about a harness test.
Definition at line 92 of file gui_automation_client.h.
| std::string yaze::cli::HarnessTestSummary::test_id |
Definition at line 93 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().
| std::string yaze::cli::HarnessTestSummary::name |
Definition at line 94 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().
| std::string yaze::cli::HarnessTestSummary::category |
Definition at line 95 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().
| std::optional<absl::Time> yaze::cli::HarnessTestSummary::last_run_at |
Definition at line 96 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().
| int yaze::cli::HarnessTestSummary::total_runs = 0 |
Definition at line 97 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().
| int yaze::cli::HarnessTestSummary::pass_count = 0 |
Definition at line 98 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().
| int yaze::cli::HarnessTestSummary::fail_count = 0 |
Definition at line 99 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().
| int yaze::cli::HarnessTestSummary::average_duration_ms = 0 |
Definition at line 100 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().