Selenium Scripts Integration with Jenkins

There are many ways to trigger Selenium automation scripts which are collated into a test-suite. The method I have employed is as follows :- 1.’Mavenise the Project’ – I created a new Maven Project in my eclipse setup and copied all my automation scripts into the src/test/java/. 2.I create a ‘testng.xml‘ file which consists of … Continue reading Selenium Scripts Integration with Jenkins