test(frontend): more tests

This commit is contained in:
2025-12-29 18:21:30 +01:00
parent 7dbc746242
commit 3fc67dadd9
6 changed files with 86 additions and 42 deletions
+1
View File
@@ -1,6 +1,7 @@
import { defineConfig } from '@playwright/test';
export default defineConfig({
fullyParallel: true,
webServer: {
command: 'deno task build && deno task preview',
port: 4173