QUnit test runner output via Karma process?

QUnit test runner output via Karma process?

I currently have two runners for my tests, which means maintaining two, and I'd like to meld them into one process.  I have the standard QUnit html runner page, and I have Karma running tests through PhantomJS.

Is it possible, from Karma, to pipe and output test results through the QUnit html runner page?

What I'm ultimately after is the reporting and granularity of the QUnit runner page, but having that sourced and output via Karma, rather than having to maintain the QUnit runner page as a separate page outside of the Karma process.