13 lines
320 B
JSON
13 lines
320 B
JSON
{
|
|||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|