Cucumber provides us the ability to generate ‘pretty’ report, we just need to use some parameters like -f pretty -f html -o report.html
.
Let's run cucumber -f pretty -f html -o report.html
under "Cucumber" folder to get results of all the features we have done.
And we can find the report generated under "Cucumber" folder with deatils info, especially the one fails.