Closed Euden closed 9 years ago
i'd like to get mocha's basic html report (the one that uses the nice css) from the output of mocha-phantomjs
This doesn't make any sense. The HTML reporter interacts with the DOM; all other reporters output to a console. mocha-phantomjs
outputs to a console.
The default spec
reporter is very nice looking.
Rather than using the docs report or other reporters, i'd like to get mocha's basic html report (the one that uses the nice css) from the output of mocha-phantomjs. The reason I cannot use mocha for my tests is that several of them require a headless browser to be successful.
Is there anyway to get the nice looking html out of mocha-phantomjs?