mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
First commit
This commit is contained in:
commit
c061e7df85
102 changed files with 6717 additions and 0 deletions
13
src/test/resources/testng.xml
Normal file
13
src/test/resources/testng.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
|
||||
|
||||
<suite name="Kobalt" verbose="1" parallel="false" thread-count="2"
|
||||
data-provider-thread-count="3">
|
||||
|
||||
<test name="Main">
|
||||
<classes>
|
||||
<class name="com.beust.kobalt.maven.DependencyTest" />
|
||||
</classes>
|
||||
</test>
|
||||
|
||||
</suite>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue