I am not able to find Cucumber report.html (Runner Options) with DateTimeStamp in Rubymine Follow
Answered
Set Runner options in Run/Edit configurations as below:
--color -r features -f pretty -f html -o report.html
When Running my cucumber features, its just genearte a simple report.html
1. I want to see report05122018T151212.html , a separate report with CurrentDateTimeStamp
2. how to set a Cucumber Summary report with graphs, pie-charts?
Please sign in to leave a comment.
Hello,
just to be sure, do you manage to create such reports while running Cucumber feature files in the command line?