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

Removing a test doesn't remove the logs assosiated with it

Open ankit9289 opened this issue 7 years ago • 3 comments

Summary

Expected Behavior

Current Behavior

Sample

// Sample code goes here

Environment Details

  • Extent report Version used:
  • Operating System and version:
  • JDK Version:

Screenshots

ankit9289 avatar May 08 '18 09:05 ankit9289

Please look in to the issue. If i remove a Extent test at runtime then the logs associated with it are not deleted and it shows the test multiple times under category screen shot 2018-05-08 at 2 33 52 pm

ankit9289 avatar May 08 '18 09:05 ankit9289

@anshooarora : Please look at this

ankit9289 avatar May 08 '18 09:05 ankit9289

@ankit9289 Are you appending to existing HTML reporter?

htmlReporter.setAppendExisting(false);

vijayqeguy avatar May 08 '18 18:05 vijayqeguy