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.
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.
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.
The BreakingThis PR appears was submitted to change duration_ms to be here: in ms not seconds but they never changed the overall test timehttps://github.com/jenkinsci/tap-plugin/pull/6
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
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.