NIHVIVO-76 Getting closer. Force tomcat to restart, waiting as long as necessary. Add "setup" test to each suite, in lieu of getting a "test model" in place.
This commit is contained in:
parent
a9e77b0c66
commit
7bcfc0e9dd
5 changed files with 420 additions and 395 deletions
|
@ -1,6 +1,19 @@
|
|||
webapp_url = http://localhost:8080/vivo/
|
||||
tomcat_username = tomcat
|
||||
tomcat_password = tomcat
|
||||
mysql_username = vitrodbUsername
|
||||
mysql_password = vitrodbPassword
|
||||
database_name = vivo
|
||||
#
|
||||
# These properties tell how to set up Selenium to run a test suite.
|
||||
#
|
||||
website_url = http://localhost:8080/vivo/
|
||||
test_root_directory = C:\\eclipseVitroWorkspace\\vivoweb\\utilities\\acceptance-tests\\suites
|
||||
output_directory = C:\\eclipseVitroWorkspace\\vivoweb\\utilities\\acceptance-tests\\script\\output
|
||||
user_extensions_path = C:\\eclipseVitroWorkspace\\vivoweb\\utilities\\acceptance-tests\\selenium\\user-extensions.js
|
||||
firefox_profile_template_path = C:\\Vitro_stuff\\Selenium\\experiments\\profiles\\selenium
|
||||
|
||||
#
|
||||
# These properties are needed to cleanse the data model between test suites.
|
||||
#
|
||||
tomcat_stop_command = java -Dcatalina.home="C:\Program Files\Apache Software Foundation\Tomcat 6.0" -jar "c:\Program Files\Apache Software Foundation\Tomcat 6.0\bin\bootstrap.jar" stop
|
||||
tomcat_stop_delay = 3
|
||||
tomcat_start_command = start java -Dcatalina.home="C:\Program Files\Apache Software Foundation\Tomcat 6.0" -jar "C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin\bootstrap.jar"
|
||||
tomcat_start_delay = 180
|
||||
mysql_username = vitrodbUsername
|
||||
mysql_password = vitrodbPassword
|
||||
database_name = vivo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue