nathanboktae / mocha-phantomjs

:coffee: :ghost: Run client-side mocha tests in the command line through phantomjs
MIT License
954 stars 112 forks source link

Getting the basic mocha html report from mocha-phantomjs #191

Closed Euden closed 9 years ago

Euden commented 9 years ago

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?

nathanboktae commented 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.