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 collaboratorTips and tricks
This section contains general Cucumber techniques not tied to
specific technologies or platforms.
- Scenarios
-
- Continuous integration
-
A continuous integration server helps you catch regressions in
your code by re-running your Cucumber examples whenever you push a
new code change to the server.Here's an example of Jenkins, a popular CI server, in action:
- Given
- a continuous integration server
- When
- I push my code changes
- Then
- all my Cucumber features should run
Last published over 7 years ago by plachance.