You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
When building an IReporter Extent HTML Report, the Dashboard page has the Time Taken in total milliseconds. It used to be in Hours: Minutes:Seconds:Milliseconds, which is more useful.
Expected Behavior
The Time Taken for a total suite run should be in format Hours: Minutes:Seconds:Milliseconds, it is not useful to be in total MS, cannot determine how long it took unless converting it with a calculator.
Current Behavior
MS
Sample
// Sample code goes here
Environment Details
Extent report Version used: 3.1.0
Operating System and version: Linux
JDK Version: 1.8
Screenshots
The text was updated successfully, but these errors were encountered:
i am using 3.1.3 community version - setSystemInfo() method adding same key multiple times in html report.
addSystemInfo() method in earlier 2.x versions was overriding values for same key .
I need to add browser details but my browser gets launched in before method so for each method its adding same details again and again.
Can someone give me solution for same.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Summary
When building an IReporter Extent HTML Report, the Dashboard page has the Time Taken in total milliseconds. It used to be in Hours: Minutes:Seconds:Milliseconds, which is more useful.
Expected Behavior
The Time Taken for a total suite run should be in format Hours: Minutes:Seconds:Milliseconds, it is not useful to be in total MS, cannot determine how long it took unless converting it with a calculator.
Current Behavior
MS
Sample
// Sample code goes here
Environment Details
Screenshots
The text was updated successfully, but these errors were encountered: