DamianReeves / mill-junit-report-plugin

Generate JUnit xml reports from Mill's test output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Generate JUnit xml reports from Mill's test output.

License:Apache License 2.0


Languages

Language:Scala 100.0%