NIHVIVO-76 First pass at actually ignoring tests
This commit is contained in:
parent
854f256a05
commit
786321b54d
3 changed files with 50 additions and 4 deletions
|
@ -4,16 +4,17 @@
|
|||
website_url = http://localhost:8080/vivo/
|
||||
test_root_directory = /home/jeb228/Documents/workspaces/vivo/utilities/acceptance-tests/suites
|
||||
output_directory = /home/jeb228/Documents/workspaces/vivo/utilities/acceptance-tests/output
|
||||
ignored_tests_file = /home/jeb228/Documents/workspaces/vivo/utilities/acceptance-tests/script/ignored_tests.txt
|
||||
user_extensions_path = /home/jeb228/Documents/workspaces/vivo/utilities/acceptance-tests/selenium/user-extensions.js
|
||||
firefox_profile_template_path = /home/jeb228/Documents/workspaces/vivo/utilities/acceptance-tests/selenium/firefox-profile
|
||||
suite_timeout_limit = 180
|
||||
suite_timeout_limit = 210
|
||||
selenium_jar_path = /home/jeb228/Documents/workspaces/vivo/utilities/acceptance-tests/selenium/selenium-server.jar
|
||||
|
||||
#
|
||||
# These properties are needed to cleanse the data model between test suites.
|
||||
#
|
||||
tomcat_stop_command = /usr/local/tomcat/bin/shutdown.sh
|
||||
tomcat_stop_delay = 2
|
||||
tomcat_stop_delay = 5
|
||||
tomcat_start_command = /usr/local/tomcat/bin/startup.sh
|
||||
tomcat_start_delay = 180
|
||||
mysql_username = vitrodbUsername
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue