/mill-junit-report-plugin

Generate JUnit xml reports from Mill's test output.

Primary LanguageScalaApache License 2.0Apache-2.0

THIS IS STILL A WORK IN PROGRESS

Generate JUnit XML reports from Mill's test output.

Many CI/CD servers already support reading JUnit XML reports and integrate well with code-review and merge-requests. However Mill is still more of a Scala niche tool.

This repo defines a mill plugin that can generate JUnit XML reports, after test or testCached are executed.

Usage:

mill --import ivy:net.coacoas::mill-junit-report-plugin:0.1.0 net.coacoas.mill.JUnitReport/generate