hSATAC / go-junit-report

Convert go test output to junit xml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-junit-report

Converts go test output to an xml report, suitable for applications that expect junit xml reports (e.g. Jenkins).

Installation

go get github.com/jstemmer/go-junit-report

Usage

go test -v | go-junit-report > report.xml

About

Convert go test output to junit xml

License:MIT License


Languages

Language:Go 100.0%