smartystreets / goconvey

Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.
http://smartystreets.github.io/goconvey/
Other
8.25k stars 555 forks source link

Control the console output of passing tests #617

Closed amarjeetanandsingh closed 3 years ago

amarjeetanandsingh commented 3 years ago

Is there a way to control the console output of passing tests?

Ideally the passing tests shouldn't add any output more than a line or so.

Currently it makes life difficult by over crowding the console with convey names, and it takes lot of effort to get sense of the output.