yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::TestStep Struct Reference

A single step in a GUI test workflow. More...

#include <test_workflow_generator.h>

Public Member Functions

std::string ToString () const
 

Public Attributes

TestStepType type
 
std::string target
 
std::string text
 
std::string condition
 
int timeout_ms = 5000
 
bool clear_first = false
 

Detailed Description

A single step in a GUI test workflow.

Definition at line 29 of file test_workflow_generator.h.

Member Function Documentation

◆ ToString()

std::string yaze::cli::TestStep::ToString ( ) const

Member Data Documentation

◆ type

TestStepType yaze::cli::TestStep::type

Definition at line 30 of file test_workflow_generator.h.

◆ target

std::string yaze::cli::TestStep::target

Definition at line 31 of file test_workflow_generator.h.

◆ text

std::string yaze::cli::TestStep::text

Definition at line 32 of file test_workflow_generator.h.

◆ condition

std::string yaze::cli::TestStep::condition

Definition at line 33 of file test_workflow_generator.h.

◆ timeout_ms

int yaze::cli::TestStep::timeout_ms = 5000

Definition at line 34 of file test_workflow_generator.h.

◆ clear_first

bool yaze::cli::TestStep::clear_first = false

Definition at line 35 of file test_workflow_generator.h.


The documentation for this struct was generated from the following file: