-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace PhantomJS with headless Chrome #473
Comments
Haha, I forget to link it in the latest sentence ;-) |
There’s even better candidate: https://github.com/GoogleChrome/puppeteer |
I can have a PR for this done in a few hours if no one else is interested |
@devsnek Sounds great! |
This was referenced Jun 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a script that loads a production build of a style guide and checks that there’s no JavaScript errors. We run in on Travis CI to check that production bundles actually work.
Now the script uses PhantomJS which has some issues like always out of date WebKit version and most likely it will not be supported anymore.
The new headless Chrome looks like a better and future friendly alternative.
There are wrappers like that should make interaction with Chrome easier.
The text was updated successfully, but these errors were encountered: