We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
Support for multiple suits. issue #276
05df46d
itaiag
No branches or pull requests
Add support for projects that defines multiple suites in the testng.xml file:
We should have an additional level in the report that shows the suite
The text was updated successfully, but these errors were encountered: