-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Update Puppeteer to the latest version #17027
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
Conversation
/botio test |
Given that Firefox Nightly was just updated to version 120, let's re-run the tests to check that nothing else is broken here. /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/3a5359575d63e25/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/2ff1739858d269e/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/3a5359575d63e25/output.txt Total script time: 27.52 mins
Image differences available at: http://54.241.84.105:8877/3a5359575d63e25/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/2ff1739858d269e/output.txt Total script time: 37.88 mins
Image differences available at: http://54.193.163.58:8877/2ff1739858d269e/reftest-analyzer.html#web=eq.log |
This also required updating the `postinstall`-step to account for recent changes in Puppeteer.
56d5cd4
to
790b480
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you.
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/065e59c858ba2ba/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/2ffe55d45061fbd/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/065e59c858ba2ba/output.txt Total script time: 22.16 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/2ffe55d45061fbd/output.txt Total script time: 23.88 mins
|
/botio-windows makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/1921e751cf9dd2e/output.txt |
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/1921e751cf9dd2e/output.txt Total script time: 24.20 mins
|
This also required updating the
postinstall
-step to account for recent changes in Puppeteer.