gotestyourself / gotestsum

'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results.
Apache License 2.0
1.99k stars 118 forks source link

Allow building of test binaries with gotestsum #418

Open fasmat opened 3 weeks ago

fasmat commented 3 weeks ago

go test has a neat feature where one can build a binary of all tests with go test -c -o ./build/test that can then be executed without using the go test command. Would it be possible to add this functionality to gotestsum as well, or alternatively have gotestsum run such a binary instead of go test?