I'm using common_test and just want to log values to stdout or stderr.
How????
I've tried:
- ct:comment
- ct:log
- io:format
The state of the art seems to be manually combing through html files. But I'm on a server and I don't care about anything except my log line, I only want stdout. And I never want to look at an HTML file when writing tests, so advice on how to avoid that generally would be really helpful.