In this blog, we will check,
how we can integrate Cucumber Report in Jenkins Dashboard with the help of Jenkins
Cucumber report plugin.
What is Jenkins Cucumber Report Plugin?
This is a Java Jenkins plugin which
publishes pretty HTML
reports showing the results of cucumber runs.
Please refer to this blog before
going further to know how to integrate Cucumber script with selenium.
1) Log in into Jenkins-->Manage Jenkins, Install Jenkins Cucumber
Report Plugin. Please make sure to restart Jenkins after the plugin
installation.
2) Now go to Jenkins Home
Page create New Jenkins Job and in Post-Build Action select Cucumber Report.
3)
Now provide the JSON
Report path for the project.
Please note in JSON Report path we need to provide the path
of cucumber report.
4) Execute our Jenkins Job and Now Cucumber Report would be
visible in our Jenkins Dashboard.
Keep Learning, Keep Sharing :)