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

feat(cli): add --puppeteer-launch-options flag to collect #135

Merged
merged 1 commit into from
Dec 3, 2019

Conversation

patrickhulce
Copy link
Collaborator

example usage:

{
  "ci": {
    "collect": {
      "puppteerLaunchOptions": {"args": ["--no-sandbox", "--disable-gpu"]}
    }
  }
}

closes #132
closes #133

@patrickhulce patrickhulce merged commit 9365887 into master Dec 3, 2019
@patrickhulce patrickhulce deleted the pptr_launch_options branch December 3, 2019 17:01
@wan54
Copy link

wan54 commented Dec 3, 2019

Sweet. When will this be published?

@patrickhulce
Copy link
Collaborator Author

@wan54 published as 0.3.6 today

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

Successfully merging this pull request may close these issues.

[0.3.5] Cannot find module 'puppeteer' Expose puppeteer settings
2 participants