GoogleChrome / lighthouse-ci

Automate running Lighthouse for every commit, viewing the changes, and preventing regressions
Apache License 2.0
6.41k stars 644 forks source link

chore(dep): upgrade to puppeteer 19.7.1 #871

Closed connorjclark closed 1 year ago

connorjclark commented 1 year ago

There's the usual text rendering deltas visible in the image snapshots, but there are some things that could be considered bugs to fix:

Fingers crossed this makes tests less flaky.

connorjclark commented 1 year ago

I suspect there was no change to the actual graph rendering, at least no within the range we have here... so few pixels in a line that it wouldn't have triggered the snapshot failure threshold, but the fact that the timestamp regressed (due to toLocaleString in Chrome now using a NBSP instead of a space...), was finally enough to fail the test.

Perhaps the underlying data changed since the snapshot was last updated.