-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: junit-plugin
-
Labels:
-
Environment:jenkins 2.32.1
junit-plugin 1.20
-
Similar Issues:
-
Released As:junit 1.27
Hi,
The Junit test result showing all the class time duration as 1 sec while the class can take less or more then 1 sec in total.
The example job is Android tests job (using Gradle).
Package time and individual test time duration result are good.
Thanks,
Nitzan
- links to
I had the same issue and created a PR to fix it: https://github.com/jenkinsci/junit-plugin/pull/66