yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
test_workflow_generator.h File Reference
#include "absl/status/statusor.h"
#include <string>
#include <vector>
Include dependency graph for test_workflow_generator.h:
This graph shows which files directly or indirectly include this file:

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