jdcataldo / grunt-mocha-phantomjs

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

Move to mocha-phantomjs-core #37

Closed nathanboktae closed 9 years ago

nathanboktae commented 9 years ago

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

jdcataldo commented 9 years ago

The switch is in the works. Just trying to find the time.

nathanboktae commented 9 years ago

Cool, thanks for all the effort :clap:

rek commented 9 years ago

Yer much appreciated :clap:

jdcataldo commented 9 years ago

Just published a new version using mocha-phantomjs-core. Let me know if you run into any issues.