summaryrefslogtreecommitdiffstats
path: root/uitest/eclipse-run-selected-test.properties
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-08-30 17:24:36 +0300
committerArtur Signell <artur@vaadin.com>2012-08-30 17:24:36 +0300
commit7b25b3886ea95bc6495506fbe9472e45fcbde684 (patch)
tree0b93cb65dab437feb46720659a63b8f1ef48f7f4 /uitest/eclipse-run-selected-test.properties
parent8941056349e302e687e40e94c13709e75f256d73 (diff)
downloadvaadin-framework-7b25b3886ea95bc6495506fbe9472e45fcbde684.tar.gz
vaadin-framework-7b25b3886ea95bc6495506fbe9472e45fcbde684.zip
Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)
Diffstat (limited to 'uitest/eclipse-run-selected-test.properties')
-rw-r--r--uitest/eclipse-run-selected-test.properties29
1 files changed, 29 insertions, 0 deletions
diff --git a/uitest/eclipse-run-selected-test.properties b/uitest/eclipse-run-selected-test.properties
new file mode 100644
index 0000000000..49925925bc
--- /dev/null
+++ b/uitest/eclipse-run-selected-test.properties
@@ -0,0 +1,29 @@
+; 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
+
+test-output-dir=../build/test-output \ No newline at end of file