Initial testing framework

This commit is contained in:
adilallo
2025-08-28 21:17:27 -06:00
parent f9ff2d0c08
commit 165f7f8179
15 changed files with 9400 additions and 60 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"ci": {
"collect": {
"startServerCommand": "npm run preview",
"url": ["http://localhost:3000/"],
"numberOfRuns": 2
},
"assert": {
"assertions": {
"categories:performance": ["error", {"minScore": 0.9}],
"categories:accessibility": ["warn", {"minScore": 0.95}],
"first-contentful-paint": ["warn", {"maxNumericValue": 2000}],
"interactive": ["warn", {"maxNumericValue": 3000}]
}
},
"upload": { "target": "temporary-public-storage" }
}
}