Redmine Redcase is a Plugin for managing test cases.
Clone the plugin:
$ cd redmine_path && git clone git://github.com/sadfuzzy/redcase.git plugins/redcase
Run bundle:
$ bundle install --path vendor/bundle
Run migrations:
$ bundle exec rake redmine:plugins
In Redmine enable TestCase tracker and you'll get a 'Test case' tab in projects' menu.
TODO: Write more usage instructions here
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request