TestlinkRspecUtils

Testlink RPspec Utils offers tools for easing glewing TestLink and Rspec to together. The reason why we wrote this is we wanted to integrate TestLink, RSpec and Jenkins in our development workflow.

Installation

Add this line to your application's Gemfile:

gem 'testlink_rspec_utils'

And then execute:

$ bundle

Or install it yourself as:

$ gem install testlink_rspec_utils

Usage

Usage: tlreq2spec -f [input file] -o [output file]
    -a application string,           Application String
        --application
    -p, --project project string     Project String
    -f, --file RequirementsXML       TestLinkRequirementsXML file
    -o, --out specfilename           output spec file

Contributing

  1. Fork it ( https://github.com/mipmip/testlink_rspec_utils/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request