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 collaboratorCucumber 1.x support
In order to facilitate TDD and enhance code quality
RightDevelop should provide CI tasks with Cucumber with JUnit XML output
So any Ruby project can have a beautiful, info-rich Jenkins project
- Background
-
- Given
- a Ruby application
- And
- a Gemfile
- And
- a gem dependency on 'rake ~> 0.9'
- And
- a gem dependency on 'cucumber ~> 1.0'
- And
- the Rakefile contains a RightDevelop::CI::RakeTask
- Scenarios
-
- passing Cucumber features
-
- Given
- a trivial Cucumber feature
- When
- I install the bundle
- And
- I rake 'ci:cucumber'
- Then
- the command should succeed
- And
- the output should contain '** Execute ci:cucumber'
- And
- the directory 'measurement/cucumber' should contain files
- failing Cucumber features
-
- Given
- a trivial failing Cucumber feature
- When
- I install the bundle
- And
- I rake 'ci:cucumber'
- Then
- the command should fail
- And
- the output should contain '** Execute ci:cucumber'
- And
- the directory 'measurement/cucumber' should contain files
Last published over 5 years ago by Tony Spataro.