diff options
author | Artur Signell <artur@vaadin.com> | 2013-09-16 08:50:16 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-09-23 12:35:15 +0000 |
commit | 7f7dc316e3593bc4823f2cbc8e6f4814f233ce03 (patch) | |
tree | 1b31381f39a8948d6fcc1de50dadf8860c3c9857 /uitest/eclipse-run-selected-test.properties | |
parent | c7aaa0413f63d938791e760b23fb3f609f285aa0 (diff) | |
download | vaadin-framework-7f7dc316e3593bc4823f2cbc8e6f4814f233ce03.tar.gz vaadin-framework-7f7dc316e3593bc4823f2cbc8e6f4814f233ce03.zip |
Base files for TB3 tests (#12572)
* Converted LabelModes to TB3 for validation
Change-Id: Ic9e69d46623a16986961bdc8cc050b375622a91d
Diffstat (limited to 'uitest/eclipse-run-selected-test.properties')
-rw-r--r-- | uitest/eclipse-run-selected-test.properties | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/uitest/eclipse-run-selected-test.properties b/uitest/eclipse-run-selected-test.properties index f6cb2551e9..cbd1ab1cef 100644 --- a/uitest/eclipse-run-selected-test.properties +++ b/uitest/eclipse-run-selected-test.properties @@ -1,14 +1,23 @@ -; 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/ +; +; For both TestBench 2 and 3 +; ; 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 + +; +; For only TestBench 2 +; + +; 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 ; Screen capture at the end if the test fails @@ -23,7 +32,8 @@ com.vaadin.testbench.screenshot.cursor=true ; 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 +; Claim that the server has started succesfully. Needed for TB2 tests to be executed server.start.succeeded=1 -test-output-dir=../build/test-output
\ No newline at end of file +; Directory where temporary Java classes are created +test-output-dir=../build/test-output |