Docker container that produces jUnit reports for Go apps using jstemmer/go-junit-report
1.2K
Docker container that runs Go tests and produces a jUnit style report file.
Run this container with your Go app mounted to /go/src/app
$ docker run --rm -v $PWD:/go/src/app jfrench/go-junit-report
The jUnit XML report will be written to a file called report.xml in your app's folder.
Content type
Image
Digest
Size
242.8 MB
Last updated
almost 10 years ago
docker pull jfrench/go-junit-docker