add basic e2e tests

This commit is contained in:
2026-04-04 19:33:04 +02:00
parent 94fb38e038
commit 5fce1d591f
14 changed files with 519 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "kemkas-e2e",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "playwright test",
"test:headed": "playwright test --headed",
"test:ui": "playwright test --ui",
"install:browsers": "playwright install chromium"
},
"devDependencies": {
"@playwright/test": "1.59.1"
}
}