mpizenberg / elm-test-rs

Fast and portable executable to run your Elm tests
BSD 3-Clause "New" or "Revised" License
81 stars 13 forks source link

Debug.log not being captured #126

Closed ceddlyburge closed 1 year ago

ceddlyburge commented 1 year ago

Hi Matthieu, I am using elm-test-rs and the debug output is not being shown in the console. Are there any prerequisites or setup or anything that I need to do? Cheers, Cedd

ceddlyburge commented 1 year ago

Actually I think I was using Debug.log in the wrong way. I'm confused as to why it compiled, but maybe I'll worry about that another day ...

mpizenberg commented 1 year ago

I think it may happen if your write Debug.log myThing instead of Debug.log "myThing" myThing but this isn't related to elm-test-rs specifically. Also, this time specifically, if something gets into an infinite loop, the logs for the corresponding thing are never sent to the worker, so never reported