gulp-mocha icon indicating copy to clipboard operation
gulp-mocha copied to clipboard

Run Mocha tests

Results 11 gulp-mocha issues
Sort by recently updated
recently updated
newest added

Hi, I went through the issues but couldn't find any solution. The problem I have is that the finish event gets called before the error event => ```javascript const runUnitTests...

Since gulp-mocha now spawns a new process running mocha we can no longer use the debugger to set breakpoints in our test code and then run the gulp task that...

I am experiencing a weird issue where upgrading `gulp-mocha` from `3.0.1` to `4.0.1` causes code coverage to no longer work. The tests run as before, but istanbul is no longer...

*This is more for documentation, and I think could be included in the readme of this plugin for other people.* Based on the information found [here](https://medium.com/@benlesh/debugging-typescript-mocha-tests-with-vscode-89310051531) ([archived](https://web.archive.org/web/20200318103545/https://medium.com/@benlesh/debugging-typescript-mocha-tests-with-vscode-89310051531)), I figured out...

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...

Hello, Have been running gulp-mocha 6.0.0/gulp 3.9.1 on script builds--tests ran well. However, gulp 3.9.1 dependencies have (minimatch) ReDOS vulnerabilities. Updating to Gulp 4 (including moving away from gulp-utils) to...

Please see the issue reported there: https://github.com/ilearnio/module-alias/issues/11 In short, module-alias is broken probably because `[email protected]` is now using `execa`. Module-alias is probably adding paths to require itself, and they are...

On Windows, running gulp-mocha with lots of .js files results in a command line too long error: ``` Error in plugin 'gulp-mocha' Message: spawn undefined ENOENT Details: errno: ENOENT code:...

The program just hangs with gulp-mocha version 4: ``` $ gulp test-ping 2017-02-23 11:25:08.592 - info: Using "qa" environment for tests. [11:25:08] Using gulpfile C:\Development\project\gulpfile.js [11:25:08] Starting 'test-ping'... ``` Task:...

The option `opts` is not correctly passed to mocha. Using the following config with gulp-mocha does not work: ```json { "opts": "mocha.opts" } ``` While this works in the command...