[ bianca ]
套件:go-junit-report(2.1.0-1.1 以及其他的)
go-junit-report 的相關連結
下載原始碼套件 golang-github-jstemmer-go-junit-report:
- [golang-github-jstemmer-go-junit-report_2.1.0-1.1.debian.tar.xz]
- [golang-github-jstemmer-go-junit-report_2.1.0-1.1.dsc]
- [golang-github-jstemmer-go-junit-report_2.1.0.orig.tar.gz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
convert Go test output to JUnit XML (program)
go-junit-report is a tool that converts go test output to a JUnit compatible XML report, suitable for use with applications such as Jenkins or GitLab CI.
By default, go-junit-report reads go test -v output generated by the standard library testing package from stdin and writes a JUnit XML report to stdout.