Is there a tool to merge NUnit result files?
问题 For unclear reasons my Nunit test fixture cannot be executed in a single run, so I'm forced to execute a few tests in separate runs. However this means that the test results are splitted over multiple output files. Is there a tool available which can merge NUnit result XML files into a single XML file? I've tried using the existing Nunit-summary tool, but this simply sequentially parses the XML files with the given XSL file and concatenates the result as one big file. Instead I would like it