To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorModel output
All models can be output in text form. For models that represent parts of the file structure, this text will be a path and for models that represent parts of a feature file, this text will be Gherkin (see the model output documentation for specific models for details).
- Scenarios
-
- Outputting a model
-
- Given
- the models provided by CukeModeler
- Then
-
all of them can be output as text appropriate to the model type
model = <model_class>.new model.to_s
Last published almost 5 years ago by Eric Kessler.