{ "ci": { "collect": { "url": [ "http://localhost:3000/login" ], "numberOfRuns": 3, "settings": { "preset": "desktop", "throttling": { "rttMs": 40, "throughputKbps": 10240, "cpuSlowdownMultiplier": 1 } } }, "assert": { "assertions": { "categories:performance": ["warn", { "minScore": 0.85 }], "categories:accessibility": ["error", { "minScore": 0.9 }], "categories:best-practices": ["warn", { "minScore": 0.85 }], "categories:seo": ["warn", { "minScore": 0.85 }], "largest-contentful-paint": ["error", { "maxNumericValue": 3000 }], "cumulative-layout-shift": ["error", { "maxNumericValue": 0.1 }], "interactive": ["warn", { "maxNumericValue": 3000 }], "first-contentful-paint": ["warn", { "maxNumericValue": 2000 }], "total-blocking-time": ["warn", { "maxNumericValue": 300 }] } }, "upload": { "target": "filesystem", "outputDir": "lighthouse-results" } } }