Skip to content

jijeshmohan/redcukes

Repository files navigation

Redcukes

Redcukes for integrating redmine with cucumber and we can run cucumber against the user stories stored in redmine and update execution status back to redmine

Steps:
gem install redcukes

add the following configuration in your cucumber project’s env.rb file.

require 'redcukes'
Redcukes::Redmine.configure do |config|
 config.site = redmine url
 config.user = redmine username
 config.password = redmine password
end

About

Redmine-cucumber integration gem

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages