game-ci / game-ci/unity-test-runner
Print to console
- Dominant language
- TypeScript
- Stars
- 265
- Forks
- 149
- Avg merge
- 3h 3m
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
Research direction
Start by running the playmode tests described in the issue and compare Console.WriteLine and Debug.Log output during execution with the log file. Trace the test runner's console-output handling to determine where output is buffered; done means diagnostic messages appear in the console while tests are still running without waiting for completion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- unity
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100