diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-05-09 15:57:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-09 15:57:19 +0300 |
commit | f6f63c79ab733487575e949104d3c74b33b9bde9 (patch) | |
tree | 56dc1af5637357d50871a6a872b8f9934f11df2a /uitest/eclipse-run-selected-test.properties | |
parent | 622f8f0eca885a6cc01c9927fdaa22342133b63b (diff) | |
download | vaadin-framework-f6f63c79ab733487575e949104d3c74b33b9bde9.tar.gz vaadin-framework-f6f63c79ab733487575e949104d3c74b33b9bde9.zip |
Fix test retries and use TestBench retry rule (#10904)
Diffstat (limited to 'uitest/eclipse-run-selected-test.properties')
-rw-r--r-- | uitest/eclipse-run-selected-test.properties | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/uitest/eclipse-run-selected-test.properties b/uitest/eclipse-run-selected-test.properties index c73182861d..0315b46a6d 100644 --- a/uitest/eclipse-run-selected-test.properties +++ b/uitest/eclipse-run-selected-test.properties @@ -17,7 +17,7 @@ com.vaadin.testbench.screenshot.directory=<enter the full path to the screenshot #com.vaadin.testbench.deployment.url=http://<enter your ip here>:8888/ # Simulates @RunLocally with the given value on all test classes without a @RunLocally annotation. -# Use simple browser name (phantomjs, chrome, firefox, ie8, ie9, ie10, ie11) +# Use simple browser name (phantomjs, chrome, firefox, ie11) #com.vaadin.testbench.runLocally=firefox @@ -33,6 +33,11 @@ com.vaadin.testbench.screenshot.directory=<enter the full path to the screenshot #com.vaadin.testbench.allowRunLocally=true # +# Enable test retries when running tests in an unstable environment. +# +#com.vaadin.testbench.Parameters.maxAttempts=3 + +# # Running local instance of XVFB testing cluster. Uncomment all lines below. # Fill in the full path for uitest folder and remember to comment out the other screenshot folder. # |