Got XVfb error while run selenium script on jenkins

2015-12-18 Thread dhrumil shah
] === [testng] Sample Test Suite [testng] Total tests run: 1, Failures: 0, Skips: 1 [testng] Configuration Failures: 1, Skips: 1 [testng] === [testng] [testng] The tests failed. Thanks, Dhrumil Shah -- You received this

Re: GMail SMTP (aws: Re: How to Run Selenium Script With Jenkins through Git)

2015-12-03 Thread dhrumil shah
d to create an app password specific to Jenkins. > > Richard. > > On Fri, 4 Dec 2015 at 02:24 dhrumil shah > wrote: > >> Hello Dirk, >> >> I have already done with that. but still got error like below >> >> Total time: 0 seconds >> Sending e-

Re: GMail SMTP (was: Re: How to Run Selenium Script With Jenkins through Git)

2015-12-03 Thread dhrumil shah
Hello Dirk, Yes I have tried with login on my account from browser too. and also restart the jenkins. But still got the same issue. On Thursday, December 3, 2015 at 7:01:56 PM UTC+5:30, Dirk Heinrichs wrote: > > Am 03.12.2015 um 14:24 schrieb dhrumil shah: > > I have already done wi

Re: GMail SMTP (aws: Re: How to Run Selenium Script With Jenkins through Git)

2015-12-03 Thread dhrumil shah
.java:381) Finished: FAILURE On Thursday, December 3, 2015 at 6:49:36 PM UTC+5:30, Dirk Heinrichs wrote: > > Am 03.12.2015 um 14:04 schrieb dhrumil shah: > > I have tried with number of ways but it gives error. Here I have attached > screenshot of my configuration. So can you ple

Re: How to Run Selenium Script With Jenkins through Git

2015-12-03 Thread dhrumil shah
ch/?query=hudson.model.Executor.run&entity=method> Finished: FAILURE I have tried with number of ways but it gives error. Here I have attached screenshot of my configuration. So can you please check and update me what was the issue here. Thanks, Dhrumil Shah On Thursday, November 26,

Re: How to Run Selenium Script With Jenkins through Git

2015-11-25 Thread dhrumil shah
question to only those few people who monitor the > specific bug queue, instead of the much larger group that reads the jenkins > users mailing list. > > Mark Waite > > On Wed, Nov 25, 2015 at 6:12 AM dhrumil shah > wrote: > >> Hello Mark, >> >> Hav

Re: How to Run Selenium Script With Jenkins through Git

2015-11-25 Thread dhrumil shah
Hello Mark, Have you used skype? If yes then can you give me your skype id? If in future any problem regarding this then Can we contact directly on skype? On Wednesday, November 25, 2015 at 11:03:42 AM UTC+5:30, dhrumil shah wrote: > > Hello Mark, > > Today I have done another time

Re: How to Run Selenium Script With Jenkins through Git

2015-11-24 Thread dhrumil shah
vb > plugin and heavily used the Xvnc plugin a few years ago. > > Mark Waite > > On Tue, Nov 24, 2015 at 6:15 AM dhrumil shah > wrote: > >> Hi, >> >> Thanks again for your reply, >> I have installed xvfb plugin in my linux system and made all &g

Re: How to Run Selenium Script With Jenkins through Git

2015-11-24 Thread dhrumil shah
NG.run(TestNG.java:1057) >>[testng] at org.testng.TestNG.privateMain(TestNG.java:1364) >>[testng] at org.testng.TestNG.main(TestNG.java:1333) >>[testng] The tests failed. >> >> >> >> >> On Tuesday, November 24, 2015 at 6:08:33 PM UTC+5:30, M

Re: How to Run Selenium Script With Jenkins through Git

2015-11-24 Thread dhrumil shah
t for it. > > Mark Waite > > On Tue, Nov 24, 2015 at 5:30 AM dhrumil shah > wrote: > >> First of all thanks for your reply. >> >> yes here I am runnig my tests on Linux. and as per you say i have >> installed xvfb plugin but still got below error: >

Re: How to Run Selenium Script With Jenkins through Git

2015-11-24 Thread dhrumil shah
n the Jenkins slave needs to be allowed > to interact with the desktop. You can either do that the simple way by > running the Jenkins slave from the desktop, or you if you must run your > Jenkins slave as a service, then you need to grant your service access to > the desktop. > >

How to Run Selenium Script With Jenkins through Git

2015-11-24 Thread dhrumil shah
Hello, When I run my Selenium Webdriver Simple Login script on jenkins through Git then it always skip my test cases and give me the below error. org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output: [testn