extent-framework / extentreports-cucumber4-adapter

Cucumber4 Adapter for Extent Framework
http://extentreports.com/docs/versions/4/java/cucumber2.html
Apache License 2.0
39 stars 22 forks source link

Update to display test duration #61

Closed grasshopper7 closed 4 years ago

grasshopper7 commented 4 years ago

Add start and end times to the Feature Extent Test. This will display the correct duration in the tests tabs of report.

adapter6

anshooarora commented 4 years ago

@grasshopper7

Thanks for the pull request. This change should be done through the API itself, it seems I did not add the time propagation to the entity as for status. I will add it and we won't need to use extra to to explicitly set times to each test.