Add performance testing to Cypress results

This commit is contained in:
Gabe Kangas
2023-01-04 22:18:21 -08:00
parent 74cbc949ea
commit 80ab351cbe
8 changed files with 3845 additions and 17 deletions
+3 -1
View File
@@ -9,6 +9,8 @@
"author": "",
"license": "ISC",
"devDependencies": {
"cypress": "^10.10.0"
"@cypress-audit/lighthouse": "^1.3.1",
"cypress": "^10.10.0",
"cypress-audit": "^1.1.0"
}
}