gotestfmt
gotestfmt copied to clipboard
go test output for humans
Thank you for this fantastic tool! We have been using it for [Pion](https://github.com/pion/webrtc) and has saved me significant time already :) reading test logs without it is terrible. I am...
As discovered by @sdball [here](https://www.rakeroutes.com/2022/03/16/nice-go-test-output) any output written during the teardown phase is regrouped to the start of the package. This should be fixed and content written after the test...
When pushing a tag for a new release Goreleaser fails with the error below. This doesn't impact releases, but looks ugly since the main branch will show CI failures. ```...
Add support for a jUnit-style XML. This will also be helpful when working with CI systems that can understand this XML. This can possibly be implemented using a CI template....
Thanks for maintaining this tool, it looks like the parser/tokenizer is missing some golang outputs and render them like any user-generated outputs. ## coverage ``` go test "-trimpath" -tags="nofuse" -v...
- Describe what you would like to see When running something like `go test -run MyTestName ./... -json | gotestfmt -hide no-test` I'd like to be able to only see...