nathanboktae / mocha-casperjs

Write CasperJS tests using Mocha
MIT License
120 stars 30 forks source link

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

Closed ambrt closed 8 years ago

ambrt commented 8 years ago

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

nathanboktae commented 8 years ago

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

nathanboktae commented 8 years ago

https://github.com/nathanboktae/mocha-casperjs#windows-users