NIHVIVO-76 Starting to hack out the Selenium script.

This commit is contained in:
jeb228 2010-03-02 15:15:32 +00:00
parent 21c4c6ca36
commit a5423e5299
3 changed files with 1407 additions and 0 deletions

View file

@ -0,0 +1,14 @@
@echo off
:: Run firefox with a profile template - Requires the Sauce RC version of selenium-server.jar
:: Include my user-extensions.js file
SET SEL_OPTS=-singleWindow -timeout 60
SET SEL_OPTS=%SEL_OPTS% -userExtensions "C:\Vitro_stuff\Selenium\user extensions\user-extensions.js"
SET SEL_OPTS=%SEL_OPTS% -firefoxProfileTemplate "C:\Vitro_stuff\Selenium\experiments\profiles\selenium"
SET SEL_OPTS=%SEL_OPTS% -htmlSuite "*firefox" "http://localhost:8080/vivo/" "..\suites\user-management\Suite.html" "vivo_output.html"
SET Path=%Path%;C:\Program Files (x86)\Mozilla Firefox
@echo on
java -jar selenium-server.jar %SEL_OPTS%