feat:Fix the bootstrap to be deploy key application

This commit is contained in:
Story Crater Bot
2026-07-23 19:07:39 -07:00
parent eba9f2144c
commit 1c7395d9e1
37 changed files with 1216 additions and 1202 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "homelab-e2e",
"private": true,
"description": "Playwright WebKit (Safari-engine) synthetic E2E smoke suite for homelab ingress apps",
"scripts": {
"test": "playwright test --project=webkit",
"report": "playwright show-report"
},
"devDependencies": {
"@playwright/test": "1.50.0"
}
}