summaryrefslogtreecommitdiffstats
path: root/test-apis-ci/src/main/resources/ci/testSuites/productAPIs.xml
blob: f3f7f912a14cbeb685f55889d84a3e8cc9474804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="productAPIs" configfailurepolicy="continue" verbose="2" parallel="tests"
  thread-count="6">

  <test name="Test">
    <classes>
      <class name="ProductCheckinTest"/>
      <class name="ProductCheckoutTest"/>
      <class name="ProductCreateWithValidationsTest"/>
      <class name="ProductGetFollowedTest"/>
      <class name="ProductUndoCheckoutTest"/>
    </classes>
  </test> <!-- Test -->
</suite> <!-- Suite -->