Cucumber Report Integration with Jenkins

Cucumber Report Integration with Jenkins




Cucumber Report integration with Jenkins

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.

SonarQube integration with Selenium Scripts

SonarQube integration with Selenium Scripts


SonarQube integration with Selenium Scripts

In this blog, we are going to learn, what is SonarQube, how to integrate our selenium automation script or any other code with SonarQube for automatic Code Quality analysis and identify the different vulnerabilities.

What is SonarQube??

SonarQube is an open-source platform for continuous inspection of code quality to perform automatic reviews with static analysis of code to detect bugscode smells, and security vulnerabilities. It also offers various reports on code coverage, complexity, coding practices as well as on duplicate code. SonarQube Supports 20+ Programming languages.

Cucumber Advance Reporting Feature Using Net-Master

Cucumber Advance Reporting Feature Using Net-Master



Cucumber Advance Reporting Feature Using Net-Master


In this blog, we are going to see how we can generate advance test report such as net-master for cucumber using Maven-cucumber-reporting, an open-source tool which generates a pretty HTML report along with living documentation.

For More Details on this report you can visit there official Git Page.