diff --git a/tools/lighthouse/.lighthouserc.json b/tools/lighthouse/.lighthouserc.json index 4eff95faa..88bb29a92 100644 --- a/tools/lighthouse/.lighthouserc.json +++ b/tools/lighthouse/.lighthouserc.json @@ -2,7 +2,8 @@ "ci": { "collect": { "staticDistDir": "./dist", - "numberOfRuns": 3 + "numberOfRuns": 3, + "url": ["http://localhost/browser/index.html"] }, "assert": { "preset": "lighthouse:no-pwa",