Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multiple suites in the TestNG client #276

Closed
itaiag opened this issue Jan 17, 2023 · 0 comments
Closed

Add support for multiple suites in the TestNG client #276

itaiag opened this issue Jan 17, 2023 · 0 comments

Comments

@itaiag
Copy link
Contributor

itaiag commented Jan 17, 2023

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

@itaiag itaiag added this to the 3.1.01 milestone Jan 17, 2023
@itaiag itaiag self-assigned this Jan 17, 2023
itaiag added a commit that referenced this issue Jan 23, 2023
@itaiag itaiag closed this as completed Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant