venus.js
venus.js copied to clipboard
Put console log inside test output
Print the console logs after each test case to debug easier.
Hi Tarsis,
Could you please clarify exactly what you'd like to see? Are you talking about the format of the test result output in the terminal?
Thanks! Seth
Yes, I'm talking about this output.
I think is better to debug the tests with the console log printed together the test output.
Thanks for clarifying. I completely agree, this is a great suggestion.
Thanks! I'm studying the venus code and I'll try to do some patchs. Venus is a great project! Congrats!
Thanks for your kind words, we are looking forward to your patches :)
Adrian, can you see how this might fit (or not) in with your work on the new reporters?
Hey @sethmcl,
A hook could be added to the reporters to print console.logs after each test but some refactoring will need to be made to put those two things together.
Regards, Adrian