-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: jt6.0
-
Component/s: tools
-
b14
Curently RunTestsCommand class prints the total exec time upon run completion the following way, always giving only the number of seconds:
Total time = 0s
Total time = 323s
Total time = 2,949s
This is to improve total time logging, shaping it in a more human-readable way, for example
Total time: 5 minutes 32 seconds
Total time = 0s
Total time = 323s
Total time = 2,949s
This is to improve total time logging, shaping it in a more human-readable way, for example
Total time: 5 minutes 32 seconds