Registry / testing / jstemmer-go-junit-report-v2

jstemmer-go-junit-report-v2

JSON →
library2.1.0gogounverified

Converts `go test` output to a JUnit compatible XML report for CI systems.

go get github.com/jstemmer/go-junit-report/v2
INSTALL
IMPORT
SIG · JSTEMMER-GO-JUNIT-
J
jstemmer-go-junit-report-v2
testinggov2.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

junitreport
github.com/jstemmer/go-junit-report/v2

Parse go test output from stdin and write JUnit XML to stdout

package main import ( "os" "github.com/jstemmer/go-junit-report/v2" ) func main() { junitreport.Parse(os.Stdin, os.Stdout) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
jstemmer-go-junit-report-v2 — go get jstemmer-go-junit-report-v2 · libregistry