Miroslaw "Mirek" Majka

Results 5 comments of Miroslaw "Mirek" Majka

@hooddanielc Yes, just tried that exact scenario with deleting node_modules and installing version 4.0.1 of gulp mocha. Tests eventually run but with the following error message: ``` [15:56:25] Using gulpfile...

``` C:\Development\gulp-mocha-test\node_modules\gulp-mocha>npm test > [email protected] test C:\Development\gulp-mocha-test\node_modules\gulp-mocha > xo && mocha Warning: Could not find any test files matching pattern: test No test files found npm ERR! Test failed. See...

@hooddanielc all passed (4 tests). Not sure why it wouldn't work inside the project.

After uninstalling global mocha and gulp this started working again. Installed both global modules and still works. So that's out of the way. The downside now is that all our...

Depends, UI tests take up to 20 minutes, API tests usually up to 4 (that's Mocha and Cucumber times put together).