You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PhantomJS is no longer being maintained. Would the maintainers of this project be open to switching to headless chrome? I'd be open to submitting a PR. Any thoughts/direction?
The text was updated successfully, but these errors were encountered:
Closes#257
This PR tears out PhantomJS (no longer maintained) and replaces it with Chrome Headless via the Puppeteer project. Our office got tired of fighting with PhamtomJS.
Here are the highlights of the changes:
Removed all references to phantomjs (not quite there yet)
Upgrade from jshint to eslint (required for the async/await code IIRC)
Cleaned up a bunch of apparently unused jasmine files
Upgraded min node version from 0.10.0 to 7.6.0 (required for async/await)
PhantomJS is no longer being maintained. Would the maintainers of this project be open to switching to headless chrome? I'd be open to submitting a PR. Any thoughts/direction?
The text was updated successfully, but these errors were encountered: