{ "ci": { "collect": { "staticDistDir": "./dist", "url": ["http://localhost:4173/"], "numberOfRuns": 1, "settings": { "chromeFlags": ["--headless=new", "--no-sandbox", "--disable-gpu", "--disable-dev-shm-usage"], "skipAudits": ["bf-cache"], "disableFullPageScreenshot": true } }, "assert": { "assertions": { "categories:performance": ["warn", { "minScore": 0.7 }], "categories:accessibility": ["error", { "minScore": 0.9 }], "categories:best-practices": ["warn", { "minScore": 0.8 }] } }, "upload": { "target": "temporary-public-storage" } } }