vgt

Visualize Go test execution and coverage in an interactive web UI

brewmacoslinux
Try with needOr install directly
Source

About

Visualising Go Tests

Commands

vgt

Examples

Run tests in current directory and visualize results$ vgt ./...
Run specific test package with visualization$ vgt ./mypackage
Run tests with coverage analysis and open in browser$ vgt -cover ./...