Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 587 Bytes

README.rdoc

File metadata and controls

21 lines (9 loc) · 587 Bytes

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 seleniumhq.org/docs/09_webdriver.html for your OS.