I have 100 test cases and retry logic will execute if there are any failed test scripts and the emailable report had only status of failed test scripts alone. I just want to merge the first and retry run test reports as single one in the form of emailable report in testng after execution completed. Probably in Jenkins post build activity I just want to perform merge activity. I just need suggestions, and efficient way to achieve this.
Screenshot:
The above screenshot had 3 emailable.html report. I just want to create another emailable report which has the consolidate details of all three html files.