Hi Benedikt,
there's an xUnit XML Schema (XSD) at https://gist.github.com/959290.
Although I'm not quite sure about the relationship of that schema and
the xUnit plugin, it might give you at least clues about the meaning of
some elements and attributes.
Cheers,
Simon.
--
Benedikt Rothe (20.03.2012 19:38):
Sorry, Maybe I'm just blind...
xUnit accepts XML-Files like
https://github.com/jenkinsci/xunit-plugin/blob/master/src/test/resources/org/jenkinsci/plugins/xunit/types/check/testcase1/result.xml
I'd like to have a documentation for these files: which elements and
attributes are supported and what do they mean?
Am Sonntag, 18. März 2012 22:53:42 UTC+1 schrieb gboissinot:
What kind of documentation do you expect?
The entry point is the wiki:
https://wiki.jenkins-ci.org/display/JENKINS/xunit+Plugin
<https://wiki.jenkins-ci.org/display/JENKINS/xunit+Plugin>
On Thu, Mar 15, 2012 at 7:58 PM, Benedikt Rothe wrote:
I'd like to use xUnit with jenkins and write custom xslt-files
to generate the xUnit-xml-files.
I found some examples for these xUnit-xml-files - but I didnt
find the complete documentation.
Can anybody give me a link?
Thank you
Benedikt