diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2014-06-03 16:20:37 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-06-04 06:05:27 +0000 |
commit | 2ff67edb7281960ffeebad27d730d81d7dbbfafc (patch) | |
tree | 8cc4d5f1fedcbbb3a68ad29b96bc53a40d79a992 /uitest/tb3test.xml | |
parent | 8cf3339c56c694b1f716995813064a2212ad93c4 (diff) | |
download | vaadin-framework-2ff67edb7281960ffeebad27d730d81d7dbbfafc.tar.gz vaadin-framework-2ff67edb7281960ffeebad27d730d81d7dbbfafc.zip |
Pass useLocalWebDriver parameter to JUnit.
Change-Id: I4840da6281c8be676384aa5b71bf689f7083ee36
Diffstat (limited to 'uitest/tb3test.xml')
-rw-r--r-- | uitest/tb3test.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/tb3test.xml b/uitest/tb3test.xml index 6e0f25a8f7..a39725f1bb 100644 --- a/uitest/tb3test.xml +++ b/uitest/tb3test.xml @@ -7,6 +7,7 @@ <property name="browsers.exclude" value="" /> <property name="categories.include" value="" /> <property name="categories.exclude" value="" /> + <property name="useLocalWebDriver" value="false" /> <ivy:resolve file="${tb3test.dir}/ivy.xml" conf="build, build-provided" /> <ivy:cachepath pathid="classpath.tb3.lib" conf="build, build-provided" /> @@ -37,6 +38,7 @@ <jvmarg value="-Dbrowsers.exclude=${browsers.exclude}" /> <jvmarg value="-Dcategories.include=${categories.include}" /> <jvmarg value="-Dcategories.exclude=${categories.exclude}" /> + <jvmarg value="-DuseLocalWebDriver=${useLocalWebDriver}" /> <test name="${junit.test.suite}" todir="${report.dir}" /> </junit> |