Go Testing
Testing
Go testwill automatically ignore directories and files starting with.or_. See go command - cmd/go - pkg.go.dev for more details.
Gotestsum
To install gotestsum, use: go install gotest.tools/gotestsum@latest.
Then run it like this: gotestsum. Try the alternative formats like: gotestsum --format dots-v2, --format pkgname, or --format testname, based on your requirements.