GoogleChrome / lighthouse

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

tests(lantern): use TraceEngine directly in test fixtures #16057

Closed connorjclark closed 2 weeks ago

connorjclark commented 2 weeks ago

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

Removes usage the ComputedArtifact version of TraceEngineResult of LH computed artifact from lantern unit tests.

also, driveby change where TraceEngineResult now runs all the handlers (gotta do it at some point, and I wanted the types to match in this PR)