test: add playwright e2e test setup with smoke tests

This commit is contained in:
2026-06-24 16:10:07 +02:00
parent b0dee41eb8
commit 243ea85dbf
7 changed files with 72 additions and 1 deletions

View File

@@ -13,5 +13,5 @@
"removeComments": false,
"skipLibCheck": true
},
"include": ["static/**/*.ts", "scripts/**/*.ts"]
"include": ["static/**/*.ts", "scripts/**/*.ts", "tests/e2e/**/*.ts", "playwright.config.ts"]
}