nathanboktae / mocha-phantomjs

:coffee: :ghost: Run client-side mocha tests in the command line through phantomjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phantomjs package deprecated

szkrd opened this issue · comments

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

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

I can push a Pull Request for this

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.