nathanboktae / mocha-phantomjs

:coffee: :ghost: Run client-side mocha tests in the command line through phantomjs
MIT License
954 stars 112 forks source link

phantomjs package deprecated #248

Closed szkrd closed 6 years ago

szkrd commented 7 years ago

Probably phantomjs-prebuilt should be used.

Warning is here: https://www.npmjs.com/package/phantomjs

New npm is here: https://www.npmjs.com/package/phantomjs-prebuilt

frediana commented 7 years ago

Definitely, this is causing some trouble on Mac OsX Sierra otherwise.

I can push a Pull Request for this

sonnyp commented 7 years ago

https://github.com/nathanboktae/mocha-phantomjs/pull/224#issuecomment-176291314

nathanboktae commented 6 years ago

See #224, #245, tl;dr use mocha-phantomjs-core . Though these days I would also switch to mocha-chrome since PhantomJS is dead in general, and Chome and Firefox can run headless.