diff options
Diffstat (limited to 'uitest/tb3test.xml')
-rw-r--r-- | uitest/tb3test.xml | 6 |
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> |