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

Connect to Chrome via pipe rather than WebSocket #259

Merged
merged 2 commits into from
Jul 19, 2020
Merged

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Jul 19, 2020

Recently we met flaky test results again.

This PR sets puppeteer.launch({ pipe: true }) to get more reliability of connection to Chrome by Puppeteer. pipe: true makes connection to Chrome process through process pipe instead of WebSocket, so we could expect decrease of flaky test results caused by unstable network on GitHub Actions environment.

@yhatt yhatt merged commit b33cb8a into master Jul 19, 2020
@yhatt yhatt deleted the puppeteer-reliability branch July 19, 2020 01:01
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.

1 participant