diff options
author | Denis Anisimov <denis@vaadin.com> | 2014-09-24 20:42:54 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-10-14 13:10:10 +0000 |
commit | 33ff6768d9a4b493358b4b85f52d631da665e7b8 (patch) | |
tree | 6022d7f0e370c69b9cea7f3e618c13dd53884769 /uitest/eclipse-run-selected-test.properties | |
parent | 71d13003acfc666364110954e341c7e10869f0e8 (diff) | |
download | vaadin-framework-33ff6768d9a4b493358b4b85f52d631da665e7b8.tar.gz vaadin-framework-33ff6768d9a4b493358b4b85f52d631da665e7b8.zip |
Use deployment url property value for base URL if it's defined (#14758).
Change-Id: I249e37cfaf23564b00136b33132df3d339a46e98
Diffstat (limited to 'uitest/eclipse-run-selected-test.properties')
-rw-r--r-- | uitest/eclipse-run-selected-test.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uitest/eclipse-run-selected-test.properties b/uitest/eclipse-run-selected-test.properties index 70010fd1da..f8fb0a8c14 100644 --- a/uitest/eclipse-run-selected-test.properties +++ b/uitest/eclipse-run-selected-test.properties @@ -14,6 +14,9 @@ com.vaadin.testbench.screenshot.directory=<enter the full path to the screenshots directory, parent of "references" directory> +; Deployment url to use for testing. Context path must be / +; com.vaadin.testbench.deployment.url=http://<enter your ip here>:8888/ + ; ; For only TestBench 3 ; @@ -29,9 +32,6 @@ com.vaadin.testbench.screenshot.directory=<enter the full path to the screenshot ; Location where TestBench 2 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/ - ; Run the whole test even if a screenshot comparison fails com.vaadin.testbench.screenshot.softfail=true |