gotestsum

Human-friendly test runner with better output formatting for Go

brewmacoslinux
Try with needOr install directly
Source

About

Human friendly `go test` runner

Commands

gotestsum

Examples

Run tests with summary output$ gotestsum
Run tests with JSON output format$ gotestsum --format json-v2
Run specific package tests with custom format$ gotestsum --format short-verbose ./cmd/...