Closed nathanboktae closed 9 years ago
The switch is in the works. Just trying to find the time.
Cool, thanks for all the effort :clap:
Yer much appreciated :clap:
Just published a new version using mocha-phantomjs-core. Let me know if you run into any issues.
The phantomjs code was separated out from the CLI in
mocha-phantomjs
in preparation for phantomjs2 and to give build plugin authors like you for grunt full control over what version of phantomjs you use, where you get it from, and how you call it. Full discussion is in nathanboktae/mocha-phantomjs#127, and will prevent issues like #36 .The main difference is options except reporter and URL are passed as a JSON blob. See the documentation, as well as how
gulp-mocha-phantomjs
is already doing this