1
0

Change foundational structure
Some checks failed
Build & Test WASM / build-and-test (push) Failing after 1m12s

This commit is contained in:
2026-03-16 22:57:53 +01:00
parent 25834ed5e3
commit 14e4c12b6b
10 changed files with 193 additions and 159 deletions

10
tests/e2e/package.json Normal file
View File

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