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 collaboratorFeature file output
A feature file model's string output is simply the file path of the feature file that it models. As such, output from a feature file model can be used as input for the same kind of model.
- Scenarios
-
- Outputting a feature file model
-
- Given
- a feature file model based on "some_feature_file.feature"
- When
- it is outputted
- Then
-
the following text is provided:
<path_to>/some_feature_file.feature
- And
-
the output can be used to make an equivalent model
CukeModeler::FeatureFile.new(@model.to_s)
Last published about 5 years ago by Eric Kessler.