sindresorhus / gulp-mocha

Run Mocha tests
MIT License
375 stars 91 forks source link

After migration to version 6.0.0 error handling is not working as expected #195

Open Poonam-Vijaywargiya opened 5 years ago

Poonam-Vijaywargiya commented 5 years ago

After migration to version 6.0.0 of gulp-mocha, error handling is not working as expected as it is giving a generic message which is different than the previous more specific msgs making it difficult to identify the actual root cause of test failure.

Current output : There were test failures

Expected result: it should give more specific error message for example no file found etc.