Re: selenium Jenkins integration issues

2016-03-20 Thread Prasad.L.V
Thank you for your time Duarte, will research more to fix it. On 17 March 2016 at 15:44, Duarte Carreira wrote: > well I was wrong... your problem is not in the testing.xml... obviously... > > if you run your tests "outside" jenkins you say they don't do what you > expect.

Re: selenium Jenkins integration issues

2016-03-20 Thread Prasad.L.V
Thank you Duarte. please find my Testng xml: http://testng.org/testng-1.0.dtd;> On 16 March 2016 at 23:19, Duarte Carreira wrote: > your problem is likely in your xml... can you post just the starting lines? > > On Wednesday,

Re: selenium Jenkins integration issues

2016-03-19 Thread Duarte Carreira
well I was wrong... your problem is not in the testing.xml... obviously... if you run your tests "outside" jenkins you say they don't do what you expect. so you have to debug your tests... at the very least use println often to get feedback on whats going on. I don't use testng so i am not the

Re: selenium Jenkins integration issues

2016-03-19 Thread Duarte Carreira
your problem is likely in your xml... can you post just the starting lines? On Wednesday, March 16, 2016 at 4:00:03 AM UTC, Kancharla Prasad wrote: > > Thank you Eric, please find my bat file data. > > java -cp bin;lib/* org.testng.TestNG testng.xml > > On 16 March 2016 at 01:30, Eric Smalling

Re: selenium Jenkins integration issues

2016-03-15 Thread Prasad.L.V
Thank you Eric, please find my bat file data. java -cp bin;lib/* org.testng.TestNG testng.xml On 16 March 2016 at 01:30, Eric Smalling wrote: > Can you post the contents of your .bat file? (If it's large, a > gist.github.com post would be nice) > > On Tuesday, March

Re: selenium Jenkins integration issues

2016-03-15 Thread Eric Smalling
Can you post the contents of your .bat file? (If it's large, a gist.github.com post would be nice) On Tuesday, March 15, 2016 at 5:10:42 AM UTC-5, Kancharla Prasad wrote: > > Hi All, > > I am new to Jenkins, I configured jenkins with testng (my selenium > project). > > When i build the project

selenium Jenkins integration issues

2016-03-15 Thread Kancharla Prasad
Hi All, I am new to Jenkins, I configured jenkins with testng (my selenium project). When i build the project getting this: === Suite Total tests run: 6, Failures: 0, Skips: 6 Configuration Failures: 1, Skips: 1