Is your feature request related to a problem? Please describe.
When I trigger a test or multiple tests, the output of the tests shows up only after all tests have finished.
Describe the solution you'd like
The output of go test should be displayed in realtime in the output window like how it works in a terminal.
Describe alternatives you've considered
Running the go test command manually in a terminal is an option, but I don't get the code coverage from that.
Is your feature request related to a problem? Please describe.
When I trigger a test or multiple tests, the output of the tests shows up only after all tests have finished.
Describe the solution you'd like
The output of
go testshould be displayed in realtime in the output window like how it works in a terminal.Describe alternatives you've considered
Running the
go testcommand manually in a terminal is an option, but I don't get the code coverage from that.