-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Playwright works locally but fails on CI #1848
Comments
Hey @Gbahdeyboh, I see there's the following line in the log: browser = await Browser.startBrowser( 'chromium' ); which doesn't look like Playwright. Do you wrap it into something? Where can I get to look at the code? |
I stopped the use of the
Full error here |
@Gbahdeyboh I'm sorry I didn't follow up on this. Is this still relevant? |
No, not at all. |
Context:
Describe the bug
Playwright works normally locally, but when on the CI. The browser fails to Open. I get the error
TypeError: Cannot read property 'newContext' of undefined
The full log can be found here.
And I'm not exactly sure why this works locally and not on CI.
The text was updated successfully, but these errors were encountered: