Re: Running selenium automation tests with rspec in jenkins

2015-12-28 Thread suresh
Hi Victor, Thank you so much for your help. Regards, Suresh. On Monday, December 28, 2015 at 6:05:56 PM UTC+5:30, Victor Martinez wrote: > > Hi, > > as long as you can run those tests manually via command line then you can > configure a particular Jenkins job with the same commands. BTW, if

Re: Running selenium automation tests with rspec in jenkins

2015-12-28 Thread Victor Martinez
Hi, as long as you can run those tests manually via command line then you can configure a particular Jenkins job with the same commands. BTW, if you google a bit you can find a bunch of post/entries/examples as below - Maven/Selenium/Jenkins ->

Running selenium automation tests with rspec in jenkins

2015-12-27 Thread suresh
Hi, I am new to Jenkins. I have written selenium automation tests with rspec. Now i have to integrate it with Jenkins. How can i do it? Should i use tools like Junit/TestNG/Maven etc to integrate selenium with jenkins or it is not necessary? It will be good if someone posts any tutorial link