Re: Need help to configure jenkins for unit testing.

2015-12-23 Thread A B Tripathi
Hey felix , I thought , I can generate xml output from Jenkins but now i use cppunit for generating xml report and using cppunit test framework for publishing the test report. It's now working ;-). Thanks for help :-). *Thanks,* *A B Tripathi* On Thu, Dec 24, 2015 at 12:35 AM, felix schwitzer

Re: Need help to configure jenkins for unit testing.

2015-12-23 Thread felix schwitzer
Does your tests output some xml-reports? Which unit testing framework you use? I use cppunit and this has a xml-outputter. After the test run the XUnit-Plugin can collect all the test reports and draw the graphs and so on. But I think, you (or your testing framework) must generate all this xml-

Re: Need help to configure jenkins for unit testing.

2015-12-18 Thread A B Tripathi
Hey i also want the unit tests to return the correct formatted XML and enable the XML parser in: jenkins/jobs/my_project/job.xml. I am stuck in these . *Thanks,* *A B Tripathi* On Fri, Dec 18, 2015 at 3:21 PM, Baptiste Mathus wrote: > Hi, > Basically, you need to be able to run those test

Re: Need help to configure jenkins for unit testing.

2015-12-18 Thread A B Tripathi
Thanks Baptiste Mathus. *Thanks,* *A B Tripathi* On Fri, Dec 18, 2015 at 3:21 PM, Baptiste Mathus wrote: > Hi, > Basically, you need to be able to run those tests outside Jenkins. > > That is, something like a run-tests.sh script in your project root. That > script would yield an exit status:

Re: Need help to configure jenkins for unit testing.

2015-12-18 Thread Baptiste Mathus
Hi, Basically, you need to be able to run those tests outside Jenkins. That is, something like a run-tests.sh script in your project root. That script would yield an exit status: 0 if all OK, something else than 0 if an error occurred. Then: * configure a job to clone/checkout your sources from y

Need help to configure jenkins for unit testing.

2015-12-18 Thread AshtaBhuja Tripathi
Hi, My project written in c++ and i have written unit-test for each class and I want to run these test cases using Jenkins. Thanks in Advance. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving