test: add playwright e2e test setup with smoke tests

This commit is contained in:
2026-06-24 16:10:07 +02:00
committed by Milas Holsting
parent dbc675d79b
commit 4ecd9599c7
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"]
}