How to Integrate Selenium Java test case with Jenkins - Continuous Integration
How to Integrate Selenium Java test case with Jenkins (CI)
This blog will go through step by step integration of Selenium Test Case with Continuous Integration tool i.e. Jenkins
Jenkins is a open source automation server which can be used to automate the tasks related to build and deploy
Download the Jenkins software from jenkins.io by selecting the operating system. The Installation is quite straightforward all you need to do is click next next and then install. By by default on a Windows machine Jenkins will be installed as a Windows service.
I'm not going to use Jenkins as a Windows service so we need to disable that by going to Windows Services Instead I'm gonna start Jenkins using the command prompt. Go to installation folder. Use the following command
Java - jar jenkins.war
This will start Jenkins on local machine. Open the browser and goto local installation of Jenkins and from there install install suggested plug-ins.
Follow the video tutorial to integrate simple selenium java test case with Jenkins
Please subscribe the videos on this channel https://bit.ly/2oCwC5N
Follow me at @rajtechtrainer
If you have any queries, post a comment, i will be glad to help
This blog will go through step by step integration of Selenium Test Case with Continuous Integration tool i.e. Jenkins
Jenkins is a open source automation server which can be used to automate the tasks related to build and deploy
Download the Jenkins software from jenkins.io by selecting the operating system. The Installation is quite straightforward all you need to do is click next next and then install. By by default on a Windows machine Jenkins will be installed as a Windows service.
I'm not going to use Jenkins as a Windows service so we need to disable that by going to Windows Services Instead I'm gonna start Jenkins using the command prompt. Go to installation folder. Use the following command
Java - jar jenkins.war
This will start Jenkins on local machine. Open the browser and goto local installation of Jenkins and from there install install suggested plug-ins.
Follow the video tutorial to integrate simple selenium java test case with Jenkins
Please subscribe the videos on this channel https://bit.ly/2oCwC5N
Follow me at @rajtechtrainer
If you have any queries, post a comment, i will be glad to help
Comments
Post a Comment