extentreports-java icon indicating copy to clipboard operation
extentreports-java copied to clipboard

Can we overwrite any test result in an existing extent report xml after rerun of the failures

Open githubdilip opened this issue 6 years ago • 0 comments

Summary

After each execution, we are creating new report with the status of the test executed. For failed test case, we are creating one more report after execution of the failed test cases. Is it possible to update the status of the existing test which is failed in the initial run in the same report ? Kindly help me is there any ways to do it.

Instead of having two reports, to combine both reports in same report

githubdilip avatar Dec 13 '18 11:12 githubdilip