Update tests

This commit is contained in:
adilallo
2025-09-30 15:30:02 -06:00
parent b15f913a14
commit e11f333915
63 changed files with 55920 additions and 7 deletions
+35
View File
@@ -0,0 +1,35 @@
[
{
"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/"
}
]