Home > cukestone

cukestone

Cukestone is a project mainly written in Ruby, it's free.

Capstone 2011 EOL acceptance test tool

= Cukestone EOL Acceptance Testing Tool

== Setup

  • Install the following gems : cucumber, capybara, selenium-webdriver, rspec

    sudo gem install cucumber capybara selenium-webdriver rspec

  • Move config/config.yml.example to config/config.yml and edit as needed.

    cp config/config.yml.example config/config.yml

    Supported browsers include : firefox, chrome, ie.

    NOTE : When editing the "browser" variable, make sure that the browser is installed on your machine in the location indicated at http://seleniumhq.org/docs/09_webdriver.html for your OS.

Previous:quicktodo