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 format. These files can be used, e.g., with junitreport for creating reports in HTML format.” Examples for an HTML version of such test output can be seen, e.g., for the clj-assorted-utils project: HTML test results or for the cli4clj project: HTML test results.
Version 1.2.1 adds two more options for setting the output directory: the environment variable ” TEST2JUNIT_OUTPUT_DIR” and the Java system property “test2junit.output.dir”. Thanks again to erez-rabih, for requesting this additional feature.