mocha-parallel / mocha-parallel-tests

Parallel test runner for mocha tests. Looking for maintainer.
MIT License
200 stars 45 forks source link

Support new OSX Touch Bar #139

Open 1999 opened 6 years ago

1999 commented 6 years ago

This could be a nice feature to have as Touch Bar is basically a second screen. While mocha runs all tests one by one, mocha-parallel-tests does this in parallel in separate processes (v2), so that you don't know which test has finished and when. Showing passed/failed tests in a Touch Bar as well as showing a big red "stop processing tests" button would be a great improvement for us.

Related issue with links in Electron: https://github.com/electron/electron/issues/7781

1999 commented 6 years ago

@k03mad just in case you're feeling bored and want to try some completely new code ;)