On Tue, Oct 9, 2012 at 7:20 PM, Ry <[email protected]> wrote: > cucumber --format 'Timestamped::HtmlFormatter'
Create config/cucumber.yml file with this contents: default: --format html --out cucumber<%= ENV['VARIABLE'] %>.html Set VARIABLE environment variable to the value that makes sense to you, like date and time. (Let me know if you do not know how to do it.) Run the tests with running "cucumber" from the command line. There should be cucumber_date_time.html file in the folder. Željko -- filipin.eu -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
