]> source.dussan.org Git - vaadin-framework.git/commitdiff
Restored properties file which was committed by mistake.
authorJohn Ahlroos <john@vaadin.com>
Fri, 7 Sep 2012 05:57:52 +0000 (08:57 +0300)
committerJohn Ahlroos <john@vaadin.com>
Fri, 7 Sep 2012 05:57:52 +0000 (08:57 +0300)
uitest/eclipse-run-selected-test.properties

index 8f05438ff62a3834a864a81d3d04a2d1527f518c..f6cb2551e914809ede9bfadf14a8694d3d2cd096 100644 (file)
@@ -1,29 +1,29 @@
-; Location where vaadin-testbench jar can be found\r
-com.vaadin.testbench.lib.dir=/home2/vaadin-testbench-2.4.3.development.201208101302/vaadin-testbench-2.4.3.development.201208101302\r
-\r
-; Deployment url to use for testing. Context path must be /  \r
-com.vaadin.testbench.deployment.url=http://192.168.2.51:8080/\r
-\r
-; Location of the screenshot directory. \r
-; This is the directory that contains the "references" directory\r
-com.vaadin.testbench.screenshot.directory=/home/john/Repositories/vaadin/vaadin-screenshots\r
-\r
-; Run the whole test even if \r
-com.vaadin.testbench.screenshot.softfail=true\r
-\r
-; Screen capture at the end if the test fails\r
-com.vaadin.testbench.screenshot.onfail=true\r
-\r
-; Enable cursor detection\r
-com.vaadin.testbench.screenshot.cursor=true\r
-\r
-; Run the test case that is focused in Eclipse. Must be set in Eclipse launch configuration and not here. \r
-; testfiles=${resource_loc}\r
-\r
-; Uncomment to limit to certain browsers or override in launch configuration\r
-; browsers=winxp-opera10\r
-\r
-; Claim that the server has started succesfully. Needed for the tests to run\r
-server.start.succeeded=1\r
-\r
+; 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