test2junit icon indicating copy to clipboard operation
test2junit copied to clipboard

Emit Clojure test output in Junit XML format and optionally automatically invoke HTML generation

Results 5 test2junit issues
Sort by recently updated
recently updated
newest added

I would like to have this plug-in or an additional plug-in that would take the output and consolidate them into one single file. I guess I could put all my...

We're using a custom test reporter (by binding to `clojure.test/report`). That reporter does plenty of stuff, i.e. it sets up fixtures, logs user in, and so on. If an error...

clj-assorted-util does not provide an implementation of the [3-arity method](http://cs.gettysburg.edu/java/docs/api/java/io/StringWriter.html#write-java.lang.String-int-int-) of java.io.StringWriter. Any tests which cause warnings to be printed by the clojure compiler at runtime might cause test2junit to...

Hi, I work on a product built using Java and is in production for almost a decade. The code base is quite large and is maintained by dozens of people....

I was very surprised to find that `clojure.test` doesn't have built-in _working_ support for JUnit-format XML generation. Have you considered submitting this as a PR? I'd personally love to see...