-
Bug
-
Resolution: Not A Defect
-
Major
-
Jenkins ver. 2.89.1
Cucumber Reports Plugin 3.12.1
The time duration value set in the Cucumber report json does not reflect in the Jenkins Cucumber reports. Instead all value is shown as Zero.
In the attachments bdd_report.jpg is the screenshot taken from the Jenkins report and results.json is the corresponding json file.
[JENKINS-48753] Cucumber Reports plugin display the time duration as 0 (Zero) irrespective of the duration value set in the JSON file
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Mind that the given time unit is not second https://github.com/damianszczepanik/cucumber-reporting/blob/master/src/test/resources/json/sample.json#L23 https://github.com/damianszczepanik/cucumber-reporting/blob/master/src/main/java/net/masterthought/cucumber/util/Util.java#L46