I just published a new Ruby gem called timestamped-scenarios. As usual the code is also available on github. What's this gem for? This gem provides custom cucumber formatters which append a test run timestamp to each scenario name as it is generated. a Timestamped::PrettyFormatter and Timestamped::HtmlFormatter are supplied already, but you can use the AddsTimestamp module to dynamically add timestamping to pretty much any Cucumber formatter. You might wonder why I created these formatters. I...