nathanboktae / mocha-phantomjs

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

Separate console output and test results #247

Closed Nithanaroy closed 7 years ago

Nithanaroy commented 7 years ago

./node_modules/mocha-phantomjs/bin/mocha-phantomjs -p /Applications/phantomjs-2.1.1-macosx/bin/phantomjs ./test/index.test.html --ignore-resource-errors prints to stdout - console.logs, console.warns, console.errors and test results intermingled. Would be really nice if we can separate everything into groups or turn off console output completely.

nathanboktae commented 7 years ago

See #189, #114, #161.