game-ci / unity-test-runner

Run tests for any Unity project
https://github.com/marketplace/actions/unity-test-runner
MIT License
206 stars 135 forks source link

Print to console #275

Open timcassell opened 2 months ago

timcassell commented 2 months ago

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.