extent-framework / extentreports-csharp

Extent Reporting Library, .NET
http://extentreports.com
Apache License 2.0
50 stars 39 forks source link

Change Time Duration Units in Extent Report #230

Open millenial94 opened 1 month ago

millenial94 commented 1 month ago

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 commented 1 month ago

@anshooarora please guide if you can