-
Bug
-
Resolution: Unresolved
-
Critical
-
Jenkins ver. 2.33, Tap Plugin 2.0.1
Hi am having an issue with the tap plugin. in my tap test I have "duration_ms: x" where x is in milliseconds. So looking at the attached picture you can see that the individual test duration is 4.8 sec. This is correct but the overall test time is showing as 1 hr 20 min.
This PR was submitted to change duration_ms to be in ms not seconds but they never changed the overall test time https://github.com/jenkinsci/tap-plugin/pull/6
Essentially all that needs to be changed is that the overall test time also needs to be divided by 1000
I believe that this is the fix: https://github.com/jenkinsci/tap-plugin/pull/16