summaryrefslogtreecommitdiffstats
path: root/uitest/tb3test.xml
diff options
context:
space:
mode:
authorSauli Tähkäpää <sauli@vaadin.com>2014-03-27 13:52:46 +0200
committerVaadin Code Review <review@vaadin.com>2014-03-28 08:55:13 +0000
commit3775a7ff907bdf59a1007ba61c97d8548b6e4535 (patch)
treeeaf1ab7875537cc479abf49ed874810842e7c99c /uitest/tb3test.xml
parent29e7df26ad034eacdbf37fc03985873aabda6576 (diff)
downloadvaadin-framework-3775a7ff907bdf59a1007ba61c97d8548b6e4535.tar.gz
vaadin-framework-3775a7ff907bdf59a1007ba61c97d8548b6e4535.zip
Added categories inclusion and exclusion feature to TB3TestSuite.
Added test category annotation. Added default values for properties. Added categories to tests. Change-Id: I04259f1e56a75eb8c9834c125f44cb375196ddf8
Diffstat (limited to 'uitest/tb3test.xml')
-rw-r--r--uitest/tb3test.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/uitest/tb3test.xml b/uitest/tb3test.xml
index ec78b9c9d2..6e0f25a8f7 100644
--- a/uitest/tb3test.xml
+++ b/uitest/tb3test.xml
@@ -3,6 +3,10 @@
<dirname property="tb3test.dir" file="${ant.file.tb3test}" />
<property name="report.dir" location="${tb3test.dir}/result/reports-tb3" />
+ <property name="browsers.include" value="" />
+ <property name="browsers.exclude" value="" />
+ <property name="categories.include" value="" />
+ <property name="categories.exclude" value="" />
<ivy:resolve file="${tb3test.dir}/ivy.xml" conf="build, build-provided" />
<ivy:cachepath pathid="classpath.tb3.lib" conf="build, build-provided" />
@@ -31,6 +35,8 @@
<jvmarg value="-Djava.awt.headless=true" />
<jvmarg value="-Dbrowsers.include=${browsers.include}" />
<jvmarg value="-Dbrowsers.exclude=${browsers.exclude}" />
+ <jvmarg value="-Dcategories.include=${categories.include}" />
+ <jvmarg value="-Dcategories.exclude=${categories.exclude}" />
<test name="${junit.test.suite}" todir="${report.dir}" />
</junit>