nodaguti / gulp-electron-mocha

Run client-side Mocha tests in Electron
MIT License
3 stars 3 forks source link

Should support piping to istanbul and other test coverage reporters #3

Open benedictchen opened 8 years ago

benedictchen commented 8 years ago

Currently, all coverage reporters cannot use this.

benedictchen commented 8 years ago

@nodaguti Any comment on this?

ngprasad commented 8 years ago

@nodaguti Yes, how can we make this work with istanbul?

nodaguti commented 8 years ago

Thank you for reporting, I'm sorry for taking so long to reply. I haven't tried any test coverage reporters yet, but since gulp-electron-mocha uses almost the same mechanism to run electron-mocha as gulp-mocha-phantomjs runs mocha-phantomjs-core, mrhooray/gulp-mocha-phantomjs#8 might be helpful to those who want to work this package with coverage reporters.

In fact I'm not a user of Gulp anymore and recently I'm using package.json to run my tasks. So I'm sorry but currently I have no plan to work on this. PRs are always welcome! Thank you very much for your understandings.