summaryrefslogtreecommitdiffstats
path: root/uitest/eclipse-run-selected-test.properties
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-05-28 23:14:05 +0300
committerVaadin Code Review <review@vaadin.com>2015-06-04 07:59:45 +0000
commit3954d200f0d1236738cdcd147d5b07540d812bba (patch)
treef4365288c780765a9e1e2186905e18d6bc17ca35 /uitest/eclipse-run-selected-test.properties
parent8da6cbdd0268214dbcf9cf05eb052e6d02c13c94 (diff)
downloadvaadin-framework-3954d200f0d1236738cdcd147d5b07540d812bba.tar.gz
vaadin-framework-3954d200f0d1236738cdcd147d5b07540d812bba.zip
Allow specifying location of PhantomJS binary
Change-Id: Idf04ba5c3712a387010bc2a28a119e81499f1f75
Diffstat (limited to 'uitest/eclipse-run-selected-test.properties')
-rw-r--r--uitest/eclipse-run-selected-test.properties8
1 files changed, 6 insertions, 2 deletions
diff --git a/uitest/eclipse-run-selected-test.properties b/uitest/eclipse-run-selected-test.properties
index 535885f877..e0f93bfc7c 100644
--- a/uitest/eclipse-run-selected-test.properties
+++ b/uitest/eclipse-run-selected-test.properties
@@ -6,7 +6,7 @@
;
;
-; For both TestBench 2 and 3
+; For both TestBench 2 and 4
;
; Location of the screenshot directory.
@@ -18,13 +18,17 @@ com.vaadin.testbench.screenshot.directory=<enter the full path to the screenshot
; com.vaadin.testbench.deployment.url=http://<enter your ip here>:8888/
;
-; For only TestBench 3
+; For only TestBench 4
;
; 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
+; Optional override to specify the location of the Firefox/PhantomJS binary
+; firefox.path=/usr/bin/firefox
+; phantomjs.binary.path=/usr/bin/phantomjs
+
; 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