feat: complete advanced Sudoku workbench

This commit is contained in:
2026-08-31 08:20:30 +02:00
parent 8ca9300ab3
commit 0a1bdc1a8c
99 changed files with 20793 additions and 923 deletions
+4 -1
View File
@@ -3,7 +3,10 @@ import { defineConfig, devices } from "@playwright/test";
export default defineConfig({
testDir: "./tests/browser",
fullyParallel: false,
workers: 2,
// Run the two browser projects serially. Concurrent service-worker installs
// against the shared nested-path test server can make Firefox wait forever
// for the load event even though the application itself is healthy.
workers: 1,
timeout: 120_000,
expect: { timeout: 10_000 },
reporter: [["list"]],