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 collaboratorComments
Comments can be inserted pretty much anywhere within feature files. Those comments start with a hash sign (#) and are not interpreted by Cucumber.
- Scenarios
-
- Comments in a feature file
-
- Given
-
the following feature:
# Hi. Feature: some feature Comments can be (almost) everywhere. # And another comment Scenario: some scenario # Yet another one. When a step runs Then a step runs # Oh my, comments are everywhere. # Thank you for reading.
- When
- Cucumber runs the feature
- Then
- the feature passes
Last published almost 7 years ago by jbpros.