Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 701 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 701 Bytes

Intro

This is an example watir-webdriver & page-object & cucumber test suite written against Etsy.com

Build Status: Build Status

Requirements

  • RVM on Mac OSX / Linux
  • Pik/JRuby/Bundler/Wac on Windows

Installation and Usage

  1. Clone this repository from Github

Mac OSX / Linux

  1. ensure you have RVM (Ruby Version Manager) installed: http://rvm.beginrescueend.com/
  2. $ bundle
  3. $ bundle exec rake

Windows

  1. Install Ruby, Pik, Bundler and Wac (see my blog post: http://wp.me/p98zF-ca)
  2. Make sure you 'pik' Ruby
  3. $ bundle
  4. $ bundle exec rake