gotestsum

Feature-rich runner for go test
  https://github.com/gotestyourself/gotestsum
  0
  no reviews



`go test` runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test run results.

gotestsum runs tests, prints friendly test output and a summary of the test run. Requires Go 1.10+.

gotestsum works by running go test --json ./... and reading the JSON output.