diff options
author | John Ahlroos <john@vaadin.com> | 2012-09-07 08:57:52 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-09-07 08:57:52 +0300 |
commit | 0cffb22cf4f746746b1398a88a26b7bd572e84b4 (patch) | |
tree | b3dfeb6c2489cf9fcc61e3176b5514fe95f7bc07 /uitest | |
parent | 33626d382db8dec4bec3d51795321476e5321fea (diff) | |
download | vaadin-framework-0cffb22cf4f746746b1398a88a26b7bd572e84b4.tar.gz vaadin-framework-0cffb22cf4f746746b1398a88a26b7bd572e84b4.zip |
Restored properties file which was committed by mistake.
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/eclipse-run-selected-test.properties | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/uitest/eclipse-run-selected-test.properties b/uitest/eclipse-run-selected-test.properties index 8f05438ff6..f6cb2551e9 100644 --- a/uitest/eclipse-run-selected-test.properties +++ b/uitest/eclipse-run-selected-test.properties @@ -1,29 +1,29 @@ -; Location where vaadin-testbench jar can be found
-com.vaadin.testbench.lib.dir=/home2/vaadin-testbench-2.4.3.development.201208101302/vaadin-testbench-2.4.3.development.201208101302
-
-; Deployment url to use for testing. Context path must be /
-com.vaadin.testbench.deployment.url=http://192.168.2.51:8080/
-
-; Location of the screenshot directory.
-; This is the directory that contains the "references" directory
-com.vaadin.testbench.screenshot.directory=/home/john/Repositories/vaadin/vaadin-screenshots
-
-; 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
-
+; 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 |