Maven migration (first draft)
This commit is contained in:
parent
da79ac3e1d
commit
fee48b0b50
1711 changed files with 662 additions and 0 deletions
|
@ -1,30 +0,0 @@
|
|||
#
|
||||
# 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.
|
||||
#
|
||||
|
||||
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
|
||||
|
||||
|
||||
#
|
||||
# These properties control the output formatting of the tests.
|
||||
#
|
||||
ignored_tests_file = suites/ignored_tests.txt
|
Loading…
Add table
Add a link
Reference in a new issue