From c59b2e69767123d0e1b7796dbbc8dc1b64ee06e0 Mon Sep 17 00:00:00 2001 From: Stockboy Steve Date: Tue, 31 Mar 2026 19:23:55 +0000 Subject: [PATCH] fix(ci): add Chrome sandbox flags and fix CHROME_PATH for Lighthouse Co-Authored-By: Paperclip --- lighthouserc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lighthouserc.json b/lighthouserc.json index fcc75b7..c839ba7 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -3,7 +3,10 @@ "collect": { "staticDistDir": "./dist", "url": ["http://localhost:4173/"], - "numberOfRuns": 1 + "numberOfRuns": 1, + "settings": { + "chromeFlags": ["--headless=new", "--no-sandbox"] + } }, "assert": { "assertions": {