Category Archives: test2junit

Emit Clojure test output in Junit XML format and optionally automatically invoke HTML generation:
https://github.com/ruedigergad/test2junit

test2junit Version 1.4.0 Released

This is a bit delayed announcement of the release of test2junit 1.4.0. test2junit lets you “Emit Clojure test output in Junit XML format and optionally automatically invoke HTML generation.” With some version 1.3.x of test2junit, I added a bit more … Continue reading

Posted in Libs., test2junit | Tagged , , | Leave a comment

test2junit Version 1.3.0 Released

As my last post about test2junit is some time ago, here is the very brief description: test2junit is a Leiningen plug-in that provides improved JUnit XML format output when executing clojure.test tests. In addition, it allows to automatically run the … Continue reading

Posted in Announcements, Libs., test2junit | Tagged , , | Leave a comment

test2junit 1.2.1 released

This is a brief post to announce the release of test2junit 1.2.1. For those who do not know test2junit yet, here is the brief description from the readme: Test2junit is “a leiningen plug-in to output test results to JUnit XML … Continue reading

Posted in test2junit, Uncategorized | Tagged , , , | Leave a comment

test2junit: Bugfix

Due to an embarrassing error in test2junit I had to quickly release another version. The current version 1.0.1 fixes the problem and is available from clojars.org. The readme at github had been updated as well.

Posted in Announcements, Libs., Other Software, test2junit | Tagged , , , | Leave a comment

test2junit: Leiningen Plug-in for Writing Test Results in JUnit XML Format

I like test-driven development very much. Over time the number of test cases grows and grows. As one consequence, it may become difficult to keep the overview of the results. As a simple mean to get an overview of my … Continue reading

Posted in Announcements, Libs., Other Software, test2junit | Tagged , , , , , | Leave a comment