yeah..got it..Thanks for reply.
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
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
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