Re: How to create junit test result in xml format using jenkins

2012-07-03 Thread Varghese Renny
yeah..got it..Thanks for reply.

Re: How to create junit test result in xml format using jenkins

2012-07-03 Thread Andrey Myatlyuk
Varghese, It is not Jenkins who produces Junit test results. Jenkins is merely a wrapper for your build scripts. Plugins can add functionality, but it seems that you are using Ant. When you run your Ant script outside of Jenkins, can you see xml reports? If you cannot, then you should add xml as

RE: How to create junit test result in xml format using jenkins

2012-07-03 Thread William Soula
test result in xml format using jenkins Hi, Whether jenkins is able to produce junit test result in xml format..i am using ant for executing test cases. i have found only test report. But for test report i needed to have junit xml? How to solve this? Thanks in advance varghese

How to create junit test result in xml format using jenkins

2012-07-03 Thread Varghese Renny
Hi, Whether jenkins is able to produce junit test result in xml format..i am using ant for executing test cases. i have found only test report. But for test report i needed to have junit xml? How to solve this? Thanks in advance varghese