Nightwatch setup in Windows

nightwatch

Nightwatch setup 1. Download Node js from – https://nodejs.org/download/ and install 2. Download Selenium server from http://docs.seleniumhq.org/download/ 3. Navigate to any directory and download nightwatch from command line 4. Create the following folder structure – […]

Share Button

Cucumber Selenium Maven and Junit

cucumber

To execute our first cucumber script for selenium we need to follow the below steps – 01. Create a maven project in eclipse 02. Add the following dependency on POM.xml 03. Now create “StepDefinition.java”, “CucumberExecutor.java” […]

Share Button

Run TestNG project From Jenkins with BAT file

Jenkins

Run TestNG project From Jenkins with BAT file only 1. First Create a sample Java Project 2. Create “lib” folder and put testng jar on it. 3. Add TestNG library from build path 4. The […]

Share Button

Email (gmail) Configuration with Jenkins

Jenkins

To configure email (gmail) server with jenkins it is better if we use Email-ext plugin. Steps 1. First go to Manage Jenkins > Manage Plugins 2. Click on Available tab and search for “Email-ext” 3. […]

Share Button

Add Login Credential in Jenkins

Jenkins

Add Login Credential in Jenkins Steps – 1. Click on Manage Jenkins   2. Under Manage Jenkins Select Configure Global Security. 3. Now Select Enable security with Jenkins own user database   4.  Create a […]

Share Button