1
0
Files
kobopatch-webui/tests/e2e/package.json
Nico Verbruggen 596354569e
All checks were successful
Build and test project / build-and-test (push) Successful in 1m43s
More end-to-end tests
2026-03-17 19:10:02 +01:00

12 lines
206 B
JSON

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