1
0
Files
kobopatch-webui/tests/e2e/package.json
Nico Verbruggen 14e4c12b6b
Some checks failed
Build & Test WASM / build-and-test (push) Failing after 1m12s
Change foundational structure
2026-03-16 22:57:53 +01:00

11 lines
181 B
JSON

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