-
Notifications
You must be signed in to change notification settings - Fork 4.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
[wasm] Bump chrome for testing - linux: 132.0.6834.83, windows: 132.0.6834.84 #111580
Conversation
Tagging subscribers to this area: @akoeplinger, @matouskozak |
|
Playwright does not support the new headless mode out of the box if we are using a custom path to the browser doc. The best fix is to update the urls that we are pulling chrome from to match the new Edit: for chromium that we're using in tests, shell version is not shipped. Instead, we should use |
Performance failures are not related. Checked on a playground PR: #111747. |
/ba-g failures are not related |
Playwright on passing
Headless: true
uses theheadless=old
flag that is not supported in v>128. We can pass the flag on our own, bothheadless=new
(only for v>128) andheadless
(all versions) work.