<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<!--<suite name="component.delphi.java.api" verbose="1" parallel="methods" thread-count="4">-->
<suite name="component.delphi.java.api" verbose="1" parallel="methods"
       thread-count="64">
    <listeners>
        <listener
                class-name="io.delphi.qa.auto.awsmfrw.common_baby.listeners.IsaTestListener"/>
    </listeners>
    <test name="edge.decibel.ads">
        <classes>
            <class name="io.delphi.qa.auto.awsmfrw.tests.api.clients.decibel.GET_AdsPerformance_DecibelTest"/>
            <class name="io.delphi.qa.auto.awsmfrw.tests.api.clients.decibel.GET_Ads_Performance_Decibel_New_Test"/>
            <class name="io.delphi.qa.auto.awsmfrw.tests.api.clients.decibel.GET_Artists_ArtistId_Followers_DecibelTest"/>
            <class name="io.delphi.qa.auto.awsmfrw.tests.api.clients.decibel.GET_Streams_DecibelTest"/>
        </classes>
    </test>
</suite>