BTerminal/v2/tests/e2e/specs
Hibryda a3185656eb feat: refactor LLM judge to dual-mode CLI/API and fix config test race
Refactor llm-judge.ts from raw API-only to dual-mode: CLI first
(spawns claude with --output-format text, unsets CLAUDECODE), API
fallback. Backend selectable via LLM_JUDGE_BACKEND env var.

Fix pre-existing race condition in config.rs tests where parallel
test execution caused env var mutations to interfere. Added static
Mutex to serialize env-mutating tests.
2026-03-12 06:35:04 +01:00
..
agent-scenarios.test.ts fix(e2e): fix 27 E2E test failures across 3 spec files 2026-03-12 03:50:13 +01:00
bterminal.test.ts test: add Phase C E2E tests and fix pre-existing test failures 2026-03-12 06:20:21 +01:00
phase-b.test.ts feat: refactor LLM judge to dual-mode CLI/API and fix config test race 2026-03-12 06:35:04 +01:00
phase-c.test.ts feat: refactor LLM judge to dual-mode CLI/API and fix config test race 2026-03-12 06:35:04 +01:00