slagyr / speclj

pronounced "speckle": a TDD/BDD framework for Clojure.
MIT License
459 stars 58 forks source link

JUnit XML Output #104

Open Whoops opened 10 years ago

Whoops commented 10 years ago

It would be convenient for integrating with various CI solutions if Speclj supported reporting JUnit XML

thesoftwarephilosopher commented 10 years ago

This might be relevant/helpful: http://stackoverflow.com/questions/4922867/junit-xml-format-specification-that-hudson-supports

julias-shaw commented 9 years ago

I needed this so I whipped up a quick version of a unit reporter at https://github.com/julias-shaw/speclj-junit

It's not really ready for prime time yet, but it is good enough that I'm using it on a couple of work projects right now.