Open airycanon opened 2 years ago
I am not familiar with the ginkgo
output, but from what you've shared it looks like ginkgo has its own output format.
gotestsum
is specifically designed for https://pkg.go.dev/cmd/test2json output, and I'm not keen on the idea of expanding the scope of the project to support other non-standard formats.
If ginkgo has a way of outputting test2json
then it should be easy for gotestsum
to receive the test output.
Hi, I have some ginkgo tests file in my project,
go test
command output:the test output include a ginkgo summary:
I'm wondering if gotestsum could collect these test results, thanks for any help.