-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[Feature] Add Firefox and Webkit dependencies to troubleshooting guide #1041
Comments
Taking a look at it! Any chance we could add |
Tyriar
added a commit
to Tyriar/playwright
that referenced
this issue
Feb 18, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the browser fails to launch you get redirected here:
https://github.com/Microsoft/playwright/blob/master/docs/troubleshooting.md
After some looking around I found https://github.com/microsoft/playwright/blob/master/.github/workflows/tests.yml that contains some dependencies on how to run firefox and webkit. I only managed to get firefox running on Azure Pipelines though, webkit still failed when I installed these packages:
playwright/.github/workflows/tests.yml
Lines 84 to 88 in e658978
You can see the steps I went through in this PR: xtermjs/xterm.js#2722
The text was updated successfully, but these errors were encountered: