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 collaboratorstep definitions with string pattern
Some people don't like Regexps as step definition patterns.
Cucumber also supports string-based patterns.
- Scenarios
-
- step definition with string-based pattern
-
- Given
- a mapping with a string-based pattern
- When
- Cucumber executes a scenario using that mapping
- Then
- the feature passes
- And
- the mapping is run
- step definition with string-based pattern and parameters
-
- Given
- a mapping with a string-based pattern and parameters
- When
- Cucumber executes a scenario that passes arguments to that mapping
- Then
- the feature passes
- And
- the mapping is run
- And
- the mapping receives the arguments
Last published almost 7 years ago by jbpros.