Registry / testing / jstemmer-go-junit-report

jstemmer-go-junit-report

JSON →
library1.0.0gogounverified

Converts Go test output to JUnit XML reports for CI systems.

go get github.com/jstemmer/go-junit-report
INSTALL
IMPORT
SIG · JSTEMMER-GO-JUNIT-
J
jstemmer-go-junit-report
testinggov1.0.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.

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

Demonstrates typical CLI usage of go-junit-report.

package main import ( "fmt" "os" "os/exec" ) func main() { cmd := exec.Command("go", "test", "-v", "./...") out, _ := cmd.StdoutPipe() cmd.Start() // Pipe output to go-junit-report fmt.Println("Use as CLI tool: go test -v | go-junit-report > report.xml") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
jstemmer-go-junit-report — go get jstemmer-go-junit-report · libregistry