GemRuby is a simple web testing framework built on Cucumber, Watir-webdriver and Rspec using Ruby programming language. This framework implements page-object design pattern for better test readability and maintainability.
-
Ruby 1.8.7 or higher You can download from here www.ruby-lang.org/en/downloads/
-
Rubygems
-
Clone this repository from Github
-
From the command prompt, run ‘gem install bundler’
-
In the project root directory, run ‘bundle install’
-
Run ‘rake’ to run the tests.
Copyright © 2011-2012 Karthik Narayanan. See LICENSE for details.