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

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 |
| 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... | |