Issue Type: New Feature New Feature
Affects Versions: current
Assignee: Gregory Boissinot
Components: xunit
Created: 22/Aug/14 12:17 AM
Description:

I am using xUnit plugin version 1.89

I have a few tests that were written using cunit ( http://cunit.sourceforge.net )
With cunit, it is possible to generate XML output in "automated mode".
See:

http://cunit.sourceforge.net/doc/running_tests.html#automated

However, this XML format is not the same as JUnit XML, so can't be imported
natively into Jenkins. I tried the cppunit converter in the xUnit plugin,
but that didn't import the test results.

I found this script which is part of the cyrus-imapd distribution:

http://git.cyrusimap.org/cyrus-imapd/tree/cunit/cunit-to-junit.pl

This script seems to do a good job of converting cunit xml to junit xml.

Can we port the logic from this script to the xUnit plugin?

It's not problem for me to use this script, but it would be super handy
if this conversion logic was built into the xUnit plugin directly.

I am new to writing Jenkins plugins, so would need some pointers. Thanks!

Project: Jenkins
Priority: Minor Minor
Reporter: Craig Rodrigues
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to