summaryrefslogtreecommitdiffstats
path: root/uitest/tb3test.xml
diff options
context:
space:
mode:
authorSauli Tähkäpää <sauli@vaadin.com>2014-03-26 10:25:58 +0200
committerSauli Tähkäpää <sauli@vaadin.com>2014-03-27 12:37:08 +0200
commita4732225bb9336131a9bfb39782279e7ba7ed950 (patch)
tree26d86743cc30f03bfc1ebc8fe7a5f8dfc5ae06de /uitest/tb3test.xml
parentf9796817e8557d716a31d9411919431cfbfa63e6 (diff)
downloadvaadin-framework-a4732225bb9336131a9bfb39782279e7ba7ed950.tar.gz
vaadin-framework-a4732225bb9336131a9bfb39782279e7ba7ed950.zip
Added browser inclusion and exclusion for TB3Runner.
Change-Id: Ib7ef84027eebc0d9512964361419763631b9b29f
Diffstat (limited to 'uitest/tb3test.xml')
-rw-r--r--uitest/tb3test.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/tb3test.xml b/uitest/tb3test.xml
index 41cce8f0f2..ec78b9c9d2 100644
--- a/uitest/tb3test.xml
+++ b/uitest/tb3test.xml
@@ -29,6 +29,8 @@
<jvmarg value="-Dcom.vaadin.testbench.screenshot.directory=${com.vaadin.testbench.screenshot.directory}" />
<jvmarg value="-Djava.awt.headless=true" />
+ <jvmarg value="-Dbrowsers.include=${browsers.include}" />
+ <jvmarg value="-Dbrowsers.exclude=${browsers.exclude}" />
<test name="${junit.test.suite}" todir="${report.dir}" />
</junit>