Skip to content
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

How to ensure team-members have ChromeHeadless available? #130

Closed
mikecfisher opened this issue May 22, 2017 · 3 comments · Fixed by #144
Closed

How to ensure team-members have ChromeHeadless available? #130

mikecfisher opened this issue May 22, 2017 · 3 comments · Fixed by #144
Labels

Comments

@mikecfisher
Copy link

I'm trying to migrate my team off of phantomjs to ChromeHeadless. However the 2 big questions that keep popping up are:

  1. How do we make sure everyone has ChromeHeadless available and the same version?

  2. How do we make our unit tests run on a CI box that doesn't have any browsers installed at all?

I've looked around and am struggling to answer both of these questions. Any ideas?

@alexan
Copy link

alexan commented Jul 10, 2017

got the same problem the good thing about phantomjs was the ability to download it automatically with npm

one solution might be to run the tests inside vagrant/docker containers but I hope a better solution will be found.

@zowers
Copy link

zowers commented Aug 29, 2017

alternative: use Puppeteer instead which embeds Chrome inside the package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants