Files
community-rule/.lighthouseci/assertion-results.json
T
2025-09-30 15:30:02 -06:00

35 lines
757 B
JSON

[
{
"name": "minScore",
"expected": 0.8,
"actual": 0.74,
"values": [
0.72,
0.74,
0.67
],
"operator": ">=",
"passed": false,
"auditProperty": "performance",
"auditId": "categories",
"level": "warn",
"url": "http://127.0.0.1:3010/"
},
{
"name": "maxNumericValue",
"expected": 5000,
"actual": 6335.710300000001,
"values": [
6443.5928,
6335.710300000001,
6894.002000000002
],
"operator": "<=",
"passed": false,
"auditId": "interactive",
"level": "warn",
"url": "http://127.0.0.1:3010/",
"auditTitle": "Time to Interactive",
"auditDocumentationLink": "https://developer.chrome.com/docs/lighthouse/performance/interactive/"
}
]