fix issues

This commit is contained in:
2026-01-02 01:11:25 +01:00
parent 8693dde21e
commit 07985fb8f1
7 changed files with 29 additions and 12 deletions

View File

@@ -21,8 +21,8 @@ export default defineConfig({
fullyParallel: false,
workers: 1,
// Fail fast - stop on first error
maxFailures: 1,
// Continue on errors to see all failures
maxFailures: undefined,
// Timeout: Pages should load quickly
timeout: 30_000,