--
--
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 nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
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 nodejs+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I used that one but have some problems with failures, this is not when the test fail but when everything fails before, so I changed to the bdd and added an ansi color pluging for jenkins. After all logs were pretty clear.
I've had lot of problems with jenkins so I switched to Teamcity few weeks ago, I think is more mature and has lot of goodness like pretested pull requests. Some day I'll make my own thing
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.