anikievev / redcase-1

Redmine Redcase Plugin for managing test cases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

endorse

Redcase Plugin for Redmine

Redmine Redcase is a Plugin for managing test cases.

Installation

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 

Usage

In Redmine enable TestCase tracker and you'll get a 'Test case' tab in projects' menu.

TODO: Write more usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Redmine Redcase Plugin for managing test cases.