unity-test-runner icon indicating copy to clipboard operation
unity-test-runner copied to clipboard

Print to console

Open timcassell opened this issue 1 year ago • 0 comments

Is it possible to print to console while tests are running? I tried Console.WriteLine and Debug.Log, and neither of them work. The console just displays # Testing in playmode # header, then nothing until the tests are complete. Debug.Log does at least go to the log file, but not the console, and it's too slow.

timcassell avatar Jun 18 '24 07:06 timcassell