0.01
No commit activity in last 3 years
No release in over 3 years
A gem wrapper for the Gurock TestRail client
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.7
~> 10.0
 Project Readme

TestRail

While the TestRail Ruby client for their V2 API is available on Github, it isn't available as a gem. Ain't nobody want to be copying and pasting API clients into their projects.

And thus, zachpendleton/testrail was born. It's a gem wrapped around the example Gurock client.

Installation

Add this line to your application's Gemfile:

gem 'testrail', git: 'git://github.com/zachpendleton/testrail.git'

And then execute:

$ bundle

Usage

Read more about Gurock's client over at their repo.