Open slav opened 8 years ago
Yes, this would make sense.
I've added additional functions in order to simplify this scenario. You can also look at how it's done in the teamcity implementation.
See for instance the runParallelPrint
. I had the same need as you when I did the Fable integration.
"run" and "runParallel" customize TestPrinters.Default and use it to print outputs for failed and exceptions. It would be nice to provide a way to either customize TestPrinters.Default or allow run/runParallel take custom TestPrinters.
My goal is to have verbose printing and print information about passed tests.
It would also be nice to somehow print progress. Perhaps pass to BeforeRun # of test about to be run / # of tests total?