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 |
A single step in a GUI test workflow.
Definition at line 29 of file test_workflow_generator.h.
std::string yaze::cli::TestStep::ToString | ( | ) | const |
TestStepType yaze::cli::TestStep::type |
Definition at line 30 of file test_workflow_generator.h.
std::string yaze::cli::TestStep::target |
Definition at line 31 of file test_workflow_generator.h.
std::string yaze::cli::TestStep::text |
Definition at line 32 of file test_workflow_generator.h.
std::string yaze::cli::TestStep::condition |
Definition at line 33 of file test_workflow_generator.h.
int yaze::cli::TestStep::timeout_ms = 5000 |
Definition at line 34 of file test_workflow_generator.h.
bool yaze::cli::TestStep::clear_first = false |
Definition at line 35 of file test_workflow_generator.h.