ci: make backend test failures visible and prevent silent Playwright hangs #571

Merged
marcel merged 4 commits from feat/issue-570-ci-observability into main 2026-05-14 14:25:38 +02:00
Showing only changes of commit 46e2e937c4 - Show all commits

View File

@@ -24,6 +24,8 @@ export default defineConfig({
})
],
test: {
testTimeout: 30_000,
hookTimeout: 15_000,
expect: { requireAssertions: true },
browser: {
enabled: true,