Skip to content

acetio/TransformAdminUITests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TransformAdminUITests

Selenium test suite for transform admin HTML

Installing
Running Tests

###Installation###

  1. Get Cucumber ruby gem
    sudo gem install cucumber

  2. Get 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.1

  3. Install Firefox

  4. 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 run
BASE_URL="http://transformadmin.dev/" cucumber
Where BASE_URL points to the site you would like to test

About

Selenium test suite for transform admin HTML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages