hygiene: prepare public release #10

Merged
Jens merged 2 commits from chore/public-release-hygiene-20260902 into master 2026-09-03 00:58:52 +00:00
Showing only changes of commit 2d92084489 - Show all commits
+4
View File
@@ -6,6 +6,10 @@ export default defineConfig({
// it mutates demo data via a reset and is run explicitly, not as part of the suite.
testIgnore: process.env.CAPTURE_EVIDENCE === "1" ? undefined : "**/_*.spec.ts",
timeout: 30_000,
// CI exercises the browser while image scans and container services share the
// same runner. Keep assertions strict, but allow successful API-backed route
// transitions enough time to render under that bounded load.
expect: { timeout: 15_000 },
fullyParallel: false,
workers: 1,
snapshotPathTemplate: "{testDir}/__screenshots__/{arg}{ext}",