I asked this question on StackOverflow just now:
My questions are-
(1) can we configure Mocha to write test results to a DB?
(2) Is there a Mocha reporter that handles this already?
Or should I write this functionality myself somehow?
My ideal scenario is to write test results to MongoDB, so that a web UI can read and display the results.
thanks
-alex