feat:Fix the bootstrap to be deploy key application
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user