extentreports-java
extentreports-java copied to clipboard
Removing a test doesn't remove the logs assosiated with it
Summary
Expected Behavior
Current Behavior
Sample
// Sample code goes here
Environment Details
- Extent report Version used:
- Operating System and version:
- JDK Version:
Screenshots
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

@anshooarora : Please look at this
@ankit9289 Are you appending to existing HTML reporter?
htmlReporter.setAppendExisting(false);