14 lines
337 B
XML
14 lines
337 B
XML
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >
|
|
<suite name="testng-ci">
|
|
<test name="ci">
|
|
<groups>
|
|
<run>
|
|
<exclude name="no-ci"/>
|
|
</run>
|
|
</groups>
|
|
<packages>
|
|
<package name="net.thauvin.erik.mobibot.*"/>
|
|
</packages>
|
|
</test>
|
|
</suite>
|
|
|