{ "ci": { "collect": { "url": ["http://127.0.0.1:3010/"], "numberOfRuns": 3, "settings": { "chromeFlags": "--no-sandbox --disable-dev-shm-usage --disable-gpu --headless" } }, "assert": { "assertions": { "categories:performance": ["warn", { "minScore": 0.8 }], "categories:accessibility": ["warn", { "minScore": 0.8 }], "first-contentful-paint": ["warn", { "maxNumericValue": 3000 }], "interactive": ["warn", { "maxNumericValue": 5000 }] } }, "upload": { "target": "filesystem", "outputDir": "lhci-results" } } }