[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2017-03-01 Thread slide.o....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Earl updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-27906  
 
 
  Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
Change By: 
 Alex Earl  
 
 
Attachment: 
 nunit.hpi  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2017-03-01 Thread slide.o....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Earl commented on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 Please try the attached nunit.hpi if you can and see if it works for nunit3. I don't personally have an nunit3 project I can test.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2017-01-10 Thread andrew.paul.g...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Gray updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-27906  
 
 
  Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
Change By: 
 Andrew Gray  
 
 
Priority: 
 Major Critical  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2017-01-10 Thread andrew.paul.g...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Gray commented on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 This really is a Critical issue. It causes downstream issues with new tools that take NUnit 3 XML as input.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2017-01-10 Thread ten...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Hicks commented on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 The plugin is current NUnit2 only. This is a request for a new feature, not a bug. The plugin doesn't claim to support NUnit 3 yet. Until it does, you can use the the XSLT transform to convert your NUNit3 xml to JUnit xml, which Jenkins can handle. I don't think there's any loss of information doing this (at least, I haven't noticed any).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2017-01-10 Thread ten...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Hicks edited a comment on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 The plugin is  current  currently  NUnit2 only. This is a request for a new feature, not a bug. The plugin doesn't claim to support NUnit 3 yet.Until it does, you can use the the XSLT transform to convert your NUNit3 xml to JUnit xml, which Jenkins can handle. I don't think there's any loss of information doing this (at least, I haven't noticed any).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2017-01-10 Thread andrew.paul.g...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Gray commented on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 Hi Paul, Thanks for the link. I disagee with your reasoning though. The plugin may have been written when NUnit 2 was current but it should evolve to handle NUnit3, 4 , 5 etc. It is a bug that is doesn't currently support it.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2017-01-10 Thread andrew.paul.g...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Gray commented on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 Message received from Charlie Poole (lead developer of NUnit): "To add a bit to your concerns, NUnit 3.6 for the first time produces outcomes that can't be translated to the NUnit 2 format. Warnings simply won't appear and multiple assert failures, while showing a consolidated message, won't show separate stack traces for each error. There's no way for this information to be reproduced in the NUnit 2 format, so we haven't tried. I think we can predict that coming releases will add other features that can't be represented in the legacy format." All the more reason Jenkins has to be able to read NUnit3. We simple have to consign NUnit 2to the history books!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2017-01-10 Thread andrew.paul.g...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Gray edited a comment on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 Message received from Charlie Poole (lead developer of NUnit):"To add a bit to your concerns, NUnit 3.6 for the first time producesoutcomes that can't be translated to the NUnit 2 format. Warningssimply won't appear and multiple assert failures, while showing aconsolidated message, won't show separate stack traces for each error.There's no way for this information to be reproduced in the NUnit 2format, so we haven't tried.I think we can predict that coming releases will add other featuresthat can't be represented in the legacy format."All the more reason Jenkins has to be able to read NUnit3.  We simple have to consign NUnit  2to  2 to  the history books!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2017-01-10 Thread ten...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Hicks commented on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 Perhaps the bug is that the plugin should be called the NUnit2 plugin.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2017-01-10 Thread andrew.paul.g...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Gray edited a comment on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 Message received from Charlie Poole (lead developer of NUnit):"To add a bit to your concerns, NUnit 3.6 for the first time producesoutcomes that can't be translated to the NUnit 2 format. Warningssimply won't appear and multiple assert failures, while showing aconsolidated message, won't show separate stack traces for each error.There's no way for this information to be reproduced in the NUnit 2format, so we haven't tried.I think we can predict that coming releases will add other featuresthat can't be represented in the legacy format."All the more reason Jenkins has to be able to read NUnit3.  We  simple  simply  have to consign NUnit 2 to the history books!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2017-02-08 Thread ryan.hutchi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ryan Hutchison commented on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 the nunit3-junit transform works great - thanks Paul Hicks Would be nice if this plugin could be updated.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2016-12-01 Thread yfrin...@yahoo.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yannick FRINDEL commented on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 same issue. Until it is fixed, I transform my results in a nunit2 xml result file. But with this solution I have less information in my xml file...  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2016-12-01 Thread yfrin...@yahoo.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yannick FRINDEL edited a comment on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 same issue. Until it is fixed,  the only solution  I  have consist to  transform my results in a nunit2 xml result file.But with this solution I have less information in my xml file...  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2017-03-21 Thread bdoming...@virtualwaregroup.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 A B commented on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 Please, support NUnit 3. It was released a year and a half ago: https://github.com/nunit/docs/wiki/Release-Notes  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2017-03-24 Thread hugues.mas...@deviprop.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hugues Massot commented on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 Hi, I'm new to Jenkins, NUnit, C#,...but I just wanted to say that your hpi file worked fine for my configuration  Thanks  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2017-03-24 Thread slide.o....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Earl assigned an issue to Alex Earl  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-27906  
 
 
  Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
Change By: 
 Alex Earl  
 
 
Assignee: 
 Bruno P. Kinoshita Alex Earl  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2016-08-02 Thread venky0...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Venkateswara Rao Bandaru commented on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 Croy please let me when can we expect the changes to be submitted related to this.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2016-09-05 Thread tal+jenkins-ci....@cloudshare.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tal Auslander commented on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 This also affects .NET Core testing, in which the output format cannot be changed to NUnit 2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2016-09-28 Thread naici...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Juan Alvarez commented on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 I am having the same issue with .NET Core testing.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2016-10-19 Thread kstew...@ea.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kristan Stewart commented on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 I am having this issue as well. Particularly i want to use NUnit 3, rather than converting to nunit 2.  Are there plans to update the plugin to be able to handle NUnit 3 ?   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-27906) Fail to read NUnit3 output xml

2016-10-19 Thread ten...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Hicks commented on  JENKINS-27906  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fail to read NUnit3 output xml   
 

  
 
 
 
 

 
 Until it is updated, you can use the JUnit plugin and the NUnit3-JUnit.xslt file that comes with nunit. You can find it on https://github.com/nunit/nunit-transforms/tree/master/nunit3-junit  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.