; Location where vaadin-testbench jar can be found\r
-com.vaadin.testbench.lib.dir=/home/hesara/dev/software/testbench/vaadin-testbench-2.2.0.development.201103151333\r
+com.vaadin.testbench.lib.dir=<enter location of testbench here>\r
\r
; Deployment url to use for testing. Context path must be / \r
-com.vaadin.testbench.deployment.url=http://192.168.2.215:8888/\r
+com.vaadin.testbench.deployment.url=http://<enter your ip here>:8888/\r
\r
; Location of the screenshot directory. \r
; This is the directory that contains the "references" directory\r
-com.vaadin.testbench.screenshot.directory=/home/hesara/dev/workspaces/helios_sr1_jee_vaadin/v66_screenshots\r
+com.vaadin.testbench.screenshot.directory=<enter the full path to the screenshots directory, parent of "references" directory>\r
\r
; Run the whole test even if \r
com.vaadin.testbench.screenshot.softfail=true\r
; Uncomment to limit to certain browsers or override in launch configuration\r
; browsers=winxp-opera10\r
\r
-; Claim that the server has started successfully. Needed for the tests to run\r
+; Claim that the server has started succesfully. Needed for the tests to run\r
server.start.succeeded=1\r
\r
test-output-dir=../build/test-output
\ No newline at end of file