1
0
Files
kobopatch-webui/e2e/package.json
Nico Verbruggen d5347a7093
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m40s
Add end-to-end playwright test
2026-03-16 12:13:22 +01:00

11 lines
181 B
JSON

{
"name": "kobopatch-webui-e2e",
"private": true,
"scripts": {
"test": "npx playwright test"
},
"devDependencies": {
"@playwright/test": "^1.50.0"
}
}