Selenium test suite for transform admin HTML
Get Cucumber ruby gem
sudo gem install cucumberGet Selenium ruby gem version 2.35 (we need to install this specific version as the current uses a different rubyzip to cucumber)
sudo gem install selenium-webdriver -v 2.35.1Install Firefox
Download Selenium RC and
http://selenium.googlecode.com/files/selenium-server-standalone-2.37.0.jar
And copy it to/Applications/Selenium/
###Run Tests###
In the folder where you can find this readme file runBASE_URL="http://transformadmin.dev/" cucumber
Where BASE_URL points to the site you would like to test