GoogleChrome / lighthouse

Automated auditing, performance metrics, and best practices for the web.
https://developer.chrome.com/docs/lighthouse/overview/
Apache License 2.0
28.01k stars 9.31k forks source link

tests: update interactive test trace #16001

Closed connorjclark closed 1 month ago

connorjclark commented 1 month ago

Needed the trace used in computed/metrics/interactive-test.js to be modern for trace engine. Required using provided throttling otherwise got a NO_TTI_CPU_IDLE_PERIOD error.

ref https://github.com/GoogleChrome/lighthouse/issues/15841