summaryrefslogtreecommitdiffstats
path: root/tests/eclipse-run-selected-test.properties
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2010-06-08 06:21:15 +0000
committerHenri Sara <henri.sara@itmill.com>2010-06-08 06:21:15 +0000
commitcf2f5f035688f6e861608460ad3a65198dd09768 (patch)
treecb3b988d09a52c09c1f769309f04f31efe25488c /tests/eclipse-run-selected-test.properties
parent624cd1774efe20ed071b9debcd8430e60e439f90 (diff)
downloadvaadin-framework-cf2f5f035688f6e861608460ad3a65198dd09768.tar.gz
vaadin-framework-cf2f5f035688f6e861608460ad3a65198dd09768.zip
Merged automated test related changes from 6.3 to 6.4
svn changeset:13614/svn branch:6.4
Diffstat (limited to 'tests/eclipse-run-selected-test.properties')
-rw-r--r--tests/eclipse-run-selected-test.properties27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/eclipse-run-selected-test.properties b/tests/eclipse-run-selected-test.properties
new file mode 100644
index 0000000000..3367d011d0
--- /dev/null
+++ b/tests/eclipse-run-selected-test.properties
@@ -0,0 +1,27 @@
+; Location where vaadin-testbench jar can be found
+com.vaadin.testbench.lib.dir=<enter location of testbench here>
+
+; Deployment url to use for testing. Context path must be /
+com.vaadin.testbench.deployment.url=http://<enter your ip here>:8888/
+
+; Location of the screenshot directory.
+; This is the directory that contains the "references" directory
+com.vaadin.testbench.screenshot.directory=<enter the full path to the screenshots directory, parent of "references" directory>
+
+; Run the whole test even if
+com.vaadin.testbench.screenshot.softfail=true
+
+; Screen capture at the end if the test fails
+com.vaadin.testbench.screenshot.onfail=true
+
+; Enable cursor detection
+com.vaadin.testbench.screenshot.cursor=true
+
+; Run the test case that is focused in Eclipse. Must be set in Eclipse launch configuration and not here.
+; testfiles=${resource_loc}
+
+; Uncomment to limit to certain browsers or override in launch configuration
+; browsers=winxp-opera10
+
+; Claim that the server has started succesfully. Needed for the tests to run
+server.start.succeeded=1 \ No newline at end of file