nathanboktae / mocha-casperjs

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

Favour built-in Mocha reporters over modules loaded by CasperJS. #72

Closed wouterbulten closed 8 years ago

wouterbulten commented 8 years ago

Whitelist for built-in Mocha reporters that are compatible. This makes it possible to skip the require step in cli.js and pass the reporter option to Mocha directly.

Addresses nathanboktae/mocha-casperjs#68

wouterbulten commented 8 years ago

Thanks @nathanboktae. Good addition regarding the comment.