diff --git a/src/lighthouse-worker.ts b/src/lighthouse-worker.ts index fca825e..b32609f 100644 --- a/src/lighthouse-worker.ts +++ b/src/lighthouse-worker.ts @@ -52,6 +52,7 @@ const runLighthouse = async ( // disableStorageReset: true, }; + // Make sure to pass the Puppeteer page to Lighthouse const runnerResult = await lighthouse(url, options, undefined, page); writeFile(