-
piotr.kupczyk@id.ethz.ch authoredpiotr.kupczyk@id.ethz.ch authored
tests.xml 359 B
<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" >
<suite name="All" verbose="1">
<test name="All">
<groups>
<run>
<exclude name="broken" />
</run>
</groups>
<packages>
<package name="ch.ethz.sis.openbis.systemtests.*" />
</packages>
</test>
</suite>