I've noticed that the Debug.log messages aren't shown until the tests are completed. Unfortunately this means that if I have a test that hangs I need to kill the test runner and then I never see the Debug.logs. Is there a way to handle this situation?
I've noticed that the Debug.log messages aren't shown until the tests are completed. Unfortunately this means that if I have a test that hangs I need to kill the test runner and then I never see the Debug.logs. Is there a way to handle this situation?