damianszczepanik / cucumber-reporting

HTML reports for Cucumber
GNU Lesser General Public License v2.1
543 stars 402 forks source link

Build Execution Date on horizontal axis #1096

Closed SavitaKhilnani closed 1 year ago

SavitaKhilnani commented 1 year ago

Is it by any chance possible to get the date of build execution on horizonal axis instead of build number? image

damianszczepanik commented 1 year ago

Yes but this won't work comfortable if you build several times per day. That's why I have decided to put build number here

SavitaKhilnani commented 1 year ago

yeah understood, can you help where would the changes be required if we want to see the date of execution instead of build number

damianszczepanik commented 1 year ago

https://github.com/damianszczepanik/cucumber-reporting/blob/master/src/main/resources/templates/js/trends-chart.js.vm#L3 and buildNumbers is created by Java code