-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Update Puppeteer to version 13.1.1
#14471
Conversation
Note in particular https://github.com/puppeteer/puppeteer/releases/tag/v13.1.0 which includes an update to Chromium 98, which adds support for `structuredClone` in the browser.
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/2314c42a20a388f/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/18e8211db619502/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/2314c42a20a388f/output.txt Total script time: 22.52 mins
Image differences available at: http://54.241.84.105:8877/2314c42a20a388f/reftest-analyzer.html#web=eq.log |
… bot Either the latest Chromium update, the latest Puppeteer update, or a combination of them both are now causing the Windows bot to timeout during the browser-tests. To unblock both the updates and other improvements, let's simply disable the problematic configuration for now since this a Mozilla project after all.
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/18e8211db619502/output.txt Total script time: 60.00 mins |
The Chrome on Windows failure here is really weird since it seems to work fine up until a certain point where it starts failing every test with |
I don't think it actually works all that well since the tests before that run extremely slow. |
Not really. Let's land it as part of #14392 and close this one. |
Note in particular https://github.com/puppeteer/puppeteer/releases/tag/v13.1.0 which includes an update to Chromium 98, which adds support for
structuredClone
in the browser.