jdcataldo / grunt-mocha-phantomjs

A simple grunt wrapper for mocha-phantomjs to allow for ci integration
MIT License
70 stars 40 forks source link

Pass options directly to phantomjs #48

Closed mnahkies closed 8 years ago

mnahkies commented 8 years ago

Add new option phantomConfig that can be used to pass arguments directly to phantomjs, for example the "--local-storage-path" option or "--cookies-file", etc

jdcataldo commented 8 years ago

Thanks for this!