#include "absl/status/statusor.h"#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | yaze::cli::TestStep |
| A single step in a GUI test workflow. More... | |
| struct | yaze::cli::TestWorkflow |
| A complete GUI test workflow. More... | |
| class | yaze::cli::TestWorkflowGenerator |
| Generates GUI test workflows from natural language prompts. More... | |
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
Enumerations | |
| enum class | yaze::cli::TestStepType { yaze::cli::kClick , yaze::cli::kType , yaze::cli::kWait , yaze::cli::kAssert , yaze::cli::kScreenshot } |
| Type of test step to execute. More... | |