# # These properties tell how to set up Selenium to run a test suite. # website_url = http://localhost:8080/vivo 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. # vivo_webapp_name = vivo tomcat_manager_username = tomcat tomcat_manager_password = tomcat 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 # # These properties control the output formatting of the tests. # ignored_tests_file = suites/ignored_tests.txt summary_css_file = suites/output_summary.css