extentreports-java
extentreports-java copied to clipboard
The "time taken" in the dashboard is smallest time of the test cases start time minus the largest end date of the test cases. This is incorrect, rather this should be the sum of all the execution times of the test cases.
I am parsing the xml result to the java objects and then creating the html report. The exection dates for the test cases are different but the execution times of the three test cases are less than 4 minutes for each. The report displays the times taken as per the test case smallest start date minus test case largest end date. This is incorrect reason being my execution time for 3 test cases is not more than 4*3=12 mins.. but the report displays the time taken with days difference.
Rather the time taken should be the sum of individual test cases run duration.
Version 3.1.5