I am looking at the NUnit samples, but I don't find an example of how to write a test report.
However, I have noticed the following with JUnix XML in Jenkins: if there are two identical tests in the test suite, Jenkins reports them separately: <testsuite name="TestsuiteName1"> <testcase classname="Package1.Class1" name="Test1" time="4" seed="3"></testcase> <testcase classname="Package1.Class1" name="Test1" time="5" seed="9"></testcase> </testsuite> I wonder if this would work, or if it would silently break something else? On Thursday, May 23, 2013 9:29:31 PM UTC-4, Mark Waite wrote: > > The NUnit framework supports that type of execution ( > http://nunit.org/?p=testCase&r=2.5.5), so you might try the NUnit plugin > to see if its format meets your need. > > Mark Waite > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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/groups/opt_out.
