I want to see console output or logs as tests are running, not just after they finish.
If a test fails or behaves unexpectedly, seeing intermediate outputs can help in diagnosing the problem more effectively. For example, you can see what values were being used or what steps were being executed at the time of failure.
I want to see console output or logs as tests are running, not just after they finish.
If a test fails or behaves unexpectedly, seeing intermediate outputs can help in diagnosing the problem more effectively. For example, you can see what values were being used or what steps were being executed at the time of failure.