I'm running the Maven project' TestNG suite in multiple nodes. I'm using the HTMLReporter to generate the TestNG run result report. Each node generates one HTML report after it's run completion.
The requirement to get a combined result report once the run is over. We need to combine all the test results into a single TestNG result.
Is there a way to achieve that?