M29: polish recruiter engineering story
MobilityOps acceptance / backend (push) Canceled after 0s
MobilityOps acceptance / frontend (push) Canceled after 0s

This commit is contained in:
NuklearRabbit
2026-08-10 18:13:18 +02:00
parent 6365586e82
commit 29325b6c27
57 changed files with 717 additions and 349 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ export default defineConfig({
testDir: "./e2e",
// _capture-screenshots.spec.ts is evidence-generation tooling, not a regression test —
// it mutates demo data via a reset and is run explicitly, not as part of the suite.
testIgnore: "**/_*.spec.ts",
testIgnore: process.env.CAPTURE_EVIDENCE === "1" ? undefined : "**/_*.spec.ts",
timeout: 30_000,
fullyParallel: false,
workers: 1,