Open arpras opened 8 years ago
You wrote this a long time ago. But just for some others, this works already. See the test_junit_xml.py
To clarify this and to save others the time to search through test_junit_xml.py
, it is as simple as:
multi_suite_xml_string = TestSuite.to_xml_string([firstTestSuite, secondTestSuite])
Perhaps this could explicitly be mentioned in the README? I know it's obvious once you realise that TestSuite.to_xml_string
takes an array of TestSuite
s, but naïvely it looks like it's not supported.
Thanks for the tool. Its pretty awesome.
Is there a way to create multiple testsuite with this package ?
Thanks