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 76 of file gui_automation_client.h.
| std::string yaze::cli::HarnessTestSummary::test_id |
Definition at line 77 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().
| std::string yaze::cli::HarnessTestSummary::name |
Definition at line 78 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().
| std::string yaze::cli::HarnessTestSummary::category |
Definition at line 79 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 80 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().
| int yaze::cli::HarnessTestSummary::total_runs = 0 |
Definition at line 81 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().
| int yaze::cli::HarnessTestSummary::pass_count = 0 |
Definition at line 82 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().
| int yaze::cli::HarnessTestSummary::fail_count = 0 |
Definition at line 83 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().
| int yaze::cli::HarnessTestSummary::average_duration_ms = 0 |
Definition at line 84 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().