grunt-testem
grunt-testem copied to clipboard
Console logs?
Is it possible to get console.log output when running tests? I can't seem to have any success in getting things to print.
Now grunt-testem
is using testem API instead of command line interface.
all of stdout was absorbed to somewhere.
Let me investigate and understand testem API more deeply to find out how to get outout.
I have recently submitted a pull request to testem pull #402 this pull adds console logs to the tap file.
got it with thanks!