On Saturday, July 6, 2013 10:48:44 AM UTC+3, sgimeno wrote: > > Hi, > > I'm using https://npmjs.org/package/xunit-file as a reporter with the > https://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin and I'm very > happy with it. One caveat: don't use xUnit Plugin versions newer than 1.58 > as for some reason they were throwing when parsing the xunit file generated > by the reporter. >
I found this almost half a year old thread when looking for a solution. I wasn't quite happy with any of the options, the xunit plugin just stuffed all my tests to a single test suite and didn't feel like what we were looking for. I ended up writing my own reporter, and the result is now in https://github.com/futurice/mocha-jenkins-reporter repository, would like to hear if it works for someone else or especially if it doesn't work for some use case. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" 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.
