diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2015-03-09 13:35:32 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-04-08 14:23:00 +0000 |
commit | a058f557aae3a4b754620fc22454503737026a69 (patch) | |
tree | d48472de3c5c955d11eb464dd1feb15de7758416 /uitest/eclipse-run-selected-test.properties | |
parent | 40f80e2def8e9b075f7d3896ab6343cdf4aa4507 (diff) | |
download | vaadin-framework-a058f557aae3a4b754620fc22454503737026a69.tar.gz vaadin-framework-a058f557aae3a4b754620fc22454503737026a69.zip |
Disallow RunLocally annotation in framework tests. Fix NPE for
screenshots.
Change-Id: I72793d85dfaba41aefa5370331c1ae81348607e9
Diffstat (limited to 'uitest/eclipse-run-selected-test.properties')
-rw-r--r-- | uitest/eclipse-run-selected-test.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/uitest/eclipse-run-selected-test.properties b/uitest/eclipse-run-selected-test.properties index f8fb0a8c14..535885f877 100644 --- a/uitest/eclipse-run-selected-test.properties +++ b/uitest/eclipse-run-selected-test.properties @@ -22,8 +22,13 @@ com.vaadin.testbench.screenshot.directory=<enter the full path to the screenshot ; ; 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) ; com.vaadin.testbench.runLocally=firefox +; By default using @RunLocally annotation in Framework tests is not allowed. +; Running tests locally can be done with com.vaadin.testbench.runLocally parameter above. +; Uncomment the following line if you want to be able to use @RunLocally annotation +; com.vaadin.testbench.allowRunLocally=true ; ; For only TestBench 2 |