I would like to add timestamps to the report logging, especially for the steps so that I can see when a step has started and how long it took to finish.
What is the recommended way to accomplish this? Someone in this mailing list wrote to modify the Freemarker template which JBehave uses. But that solution seems not maintainable to me since I don't want to deal with that complexity just to add some timestamps to the report. I would rather don't use timestamps if I would have to touch the Freemarker templates of JBehave.
