go-junit-report icon indicating copy to clipboard operation
go-junit-report copied to clipboard

Convert Go test output to JUnit XML

Results 35 go-junit-report issues
Sort by recently updated
recently updated
newest added

Fixes: https://github.com/jstemmer/go-junit-report/issues/138

When output tests contains colored output log that may include escape character (0x1b) on test output report, the escape character is not treated well by `encoding/xml` package for CDATA section,...

When handle [yy.txt](https://github.com/jstemmer/go-junit-report/files/8883375/yy.txt) Generated report contain incorrect content like this ```xml ``` command: go test -json -race -coverpkg=./... -covermode=atomic -coverprofile=out/cover.out.tmp ./... go version: go 1.18

bug

On the new golang version 1.18 we have a new way to test, called fuzzing tests, and this return a different output. Is it possible convert this new output to...

I have stumbled upon, and recently made use of, the Goconvey BDD framework. It is, as BDD frameworks usually are, great. Unfortunately, the test reports are not exportable. Will this...

feature

HI! in formatter/formatter.go 107 we have hardcoded lines separtor `Contents: strings.Join(test.Output, "\n"),` In fact, this breaks the display of the stack trace of the failed tests in Jenkins. F.e. this...

feature

Configured a pipeline to test and publish results. The test is scripted to test a terraform Plan output. when running the tasks: go get -u github.com/jstemmer/go-junit-report go test -v -timeout...

Closes #100 Adds a `-package-prefix` flag, that can be used to namespace packages in reports. This opens up the opportunity to use go-junit-report to generate unique XML reports for various...

I would like the ability to prefix the testsuite name with a custom string. This will allow me to run tests, and generate unique XML reports for various combinations of...

Hi I wantend kind to ask if it is possible to support Linux running on aarch64 (arm64) architecture? Have a nice day. Patrick