Added hint field for Scenario
This commit is contained in:
@@ -21,6 +21,7 @@ public class Scenario {
|
||||
private String id;
|
||||
private String name;
|
||||
private String description;
|
||||
private String hint;
|
||||
private String startWithStepId;
|
||||
private List<ScenarioStep> steps;
|
||||
private List<ScenarioInputs> inputs;
|
||||
|
||||
Reference in New Issue
Block a user