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

Change Time Duration Units in Extent Report

Open millenial94 opened this issue 1 year ago • 1 comments

Description:

I am using Extent Reports to log test results, and the duration of the test execution is currently displayed in milliseconds (ms). I would like to change the time format to display the duration in minutes:seconds instead of only milliseconds.

Request:

How can I configure or modify the Extent Report setup to display the test execution time in minutes:seconds format instead of milliseconds?

Current Setup:

Current Display: Milliseconds (e.g., 40949.7 ms or 61249.82 ms) Desired Display: minutes:seconds (e.g., 0.40 mins or 1.1 mins)

Any guidance on how to achieve this would be appreciated.

image

millenial94 avatar Sep 19 '24 18:09 millenial94