summaryrefslogtreecommitdiffstats
path: root/uitest/eclipse-run-selected-test.properties
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2014-07-22 10:24:57 +0300
committerLeif Åstrand <leif@vaadin.com>2014-07-22 12:29:59 +0300
commit6ae7843e46ee906adfc99bde71ded5f296caea74 (patch)
treeba15e019a724fd3c70c83c34c4f7c0bac22a4f42 /uitest/eclipse-run-selected-test.properties
parent1b218a1f9f4713d23b8563acd6257fb912afcc15 (diff)
downloadvaadin-framework-6ae7843e46ee906adfc99bde71ded5f296caea74.tar.gz
vaadin-framework-6ae7843e46ee906adfc99bde71ded5f296caea74.zip
Simulate @RunLocally using eclipse-run-selected-test.properties (#14272)
Change-Id: I4eb9409629f64c17f39b1560062e763270f1f582
Diffstat (limited to 'uitest/eclipse-run-selected-test.properties')
-rw-r--r--uitest/eclipse-run-selected-test.properties15
1 files changed, 15 insertions, 0 deletions
diff --git a/uitest/eclipse-run-selected-test.properties b/uitest/eclipse-run-selected-test.properties
index cbd1ab1cef..70010fd1da 100644
--- a/uitest/eclipse-run-selected-test.properties
+++ b/uitest/eclipse-run-selected-test.properties
@@ -1,4 +1,11 @@
;
+; This is an example property file showing how to control how TestBench is used
+; in the Vaadin Framework project. You should not modify this file since it's
+; under version control. Instead, create a copy of it inside the /work/ folder
+; in the project and make your customizations to that file.
+;
+
+;
; For both TestBench 2 and 3
;
@@ -8,6 +15,14 @@ com.vaadin.testbench.screenshot.directory=<enter the full path to the screenshot
;
+; For only TestBench 3
+;
+
+; Simulates @RunLocally with the given value on all test classes without a @RunLocally annotation.
+; com.vaadin.testbench.runLocally=firefox
+
+
+;
; For only TestBench 2
;