2010-06-03 19:00:45 +00:00
|
|
|
#
|
|
|
|
# These properties tell how to set up Selenium to run a test suite.
|
|
|
|
#
|
2010-08-24 20:46:14 +00:00
|
|
|
website_url = http://localhost:8080/vivo
|
2010-06-03 19:00:45 +00:00
|
|
|
suite_parent_directories = suites
|
|
|
|
output_directory = ../../.build/acceptance-tests-output
|
|
|
|
user_extensions_path = /vitro/utilities/testrunner/selenium/user-extensions.js
|
|
|
|
firefox_profile_template_path =
|
|
|
|
suite_timeout_limit = 240
|
|
|
|
selenium_jar_path = /vitro/utilities/testrunner/selenium/selenium-server.jar
|
|
|
|
|
|
|
|
#
|
|
|
|
# These properties are needed to cleanse the data model between test suites.
|
|
|
|
#
|
|
|
|
|
2010-08-31 15:34:53 +00:00
|
|
|
mysql_username = vivoUser
|
|
|
|
mysql_password = vivoPass
|
|
|
|
mysql_dumpfile = test-model/testmodeldump.sql
|
|
|
|
mysql_db_name = vivo
|
|
|
|
vivo_webapp_directory = /usr/local/tomcat//webapps/vivo
|
|
|
|
upload_directory = /usr/local/vivo/data/uploads
|
|
|
|
tomcat_check_ready_command = /usr/local/vivo/commands/check_tomcat.sh
|
|
|
|
tomcat_stop_command = /usr/local/vivo/commands/stop_tomcat.sh
|
|
|
|
tomcat_start_command = /usr/local/vivo/commands/start_tomcat.sh
|
|
|
|
|
2010-06-03 19:00:45 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# These properties control the output formatting of the tests.
|
|
|
|
#
|
|
|
|
ignored_tests_file = suites/ignored_tests.txt
|