elm-test-rs icon indicating copy to clipboard operation
elm-test-rs copied to clipboard

Debug.logs aren't shown if a test hangs

Open MartinSStewart opened this issue 1 year ago • 3 comments

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?

MartinSStewart avatar Oct 28 '22 19:10 MartinSStewart