From 2b232a8488603d40ccabad90eb5800656ac70f00 Mon Sep 17 00:00:00 2001 From: "cartsnitch-engineer[bot]" <269717931+cartsnitch-engineer[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 21:58:30 +0000 Subject: [PATCH] fix(ci): disable FullPageScreenshot gatherer to prevent Chrome crash Co-Authored-By: Paperclip --- lighthouserc.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lighthouserc.json b/lighthouserc.json index c974515..f85a377 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -6,7 +6,8 @@ "numberOfRuns": 1, "settings": { "chromeFlags": ["--headless=new", "--no-sandbox", "--disable-gpu", "--disable-dev-shm-usage"], - "skipAudits": ["bf-cache"] + "skipAudits": ["bf-cache"], + "disableFullPageScreenshot": true } }, "assert": { @@ -20,4 +21,4 @@ "target": "temporary-public-storage" } } -} +} \ No newline at end of file