nathanboktae / mocha-phantomjs

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

Add junit xml format. #246

Closed eg-ops closed 7 years ago

eg-ops commented 7 years ago

There is mocha-junit-reporter and mocha-jenkins-reporter reports. But they require nodejs context. It would be great to add junit reporter.

eg-ops commented 7 years ago

Sorry, never mind. xunit is a superset of junit. This issue can be closed.

nathanboktae commented 7 years ago

Moreover, just write a custom reporter and use it in mocha-phantomjs.