Top-Q / difido-reports

This project aims to provide a generic implementation for HTML test reports.
http://top-q.github.io/difido-reports
Apache License 2.0
46 stars 30 forks source link

Add support for multiple suites in the TestNG client #276

Closed itaiag closed 1 year ago

itaiag commented 1 year ago

Add support for projects that defines multiple suites in the testng.xml file:

<suite name="allSuites">
    <suite-files>
        <suite-file path="testng01.xml" />
        <suite-file path="testng02.xml" />
    </suite-files>
</suite>

We should have an additional level in the report that shows the suite

image