nathanboktae/mocha-casperjs

Test all files from other then test or tests folder on windows

Closed this issue · 2 comments

ambrt commented

I can run multiple tests from 'test' folder correctly.
But when i specify path to other folder the tests aren't executed.

i tried

mocha-casperjs.bat test-mocha-casperjs/test/*.js

and

mocha-casperjs.bat test-mocha-casperjs/test/

I'm on windows and using normal command line prompt

You probably need test-mocha-casperjs\test or test-mocha-casperjs\test\ on Windows.