BDD with PageObject

Generate ‘pretty’ report

Cucumber provides us the ability to generate ‘pretty’ report, we just need to use some parameters like -f pretty -f html -o report.html.

alt text

Let's run cucumber -f pretty -f html -o report.html under "Cucumber" folder to get results of all the features we have done.

alt text

alt text

alt text

alt text

alt text

alt text

And we can find the report generated under "Cucumber" folder with deatils info, especially the one fails.

alt text