Project

redcukes

0.0
No commit activity in last 3 years
No release in over 3 years
To run redmine issues using cucumber and update the execution status back in redmine
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

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