fix: stabilize gpt55 qa lab scenarios

This commit is contained in:
Peter Steinberger
2026-04-26 10:18:33 +01:00
parent 0f2e7510cb
commit a3483acaab
14 changed files with 106 additions and 60 deletions

View File

@@ -74,6 +74,8 @@ describe("qa scenario catalog", () => {
expect(codexLeak.title).toBe("Codex harness no meta leak");
expect(codexLeakConfig?.harnessRuntime).toBe("codex");
expect(codexLeakConfig?.harnessFallback).toBe("none");
expect(JSON.stringify(codexLeak.execution.flow)).toContain("agentRuntime");
expect(JSON.stringify(codexLeak.execution.flow)).not.toContain("embeddedHarness");
expect(codexLeakConfig?.expectedReply).toBe("QA_LEAK_OK");
expect(codexLeakConfig?.forbiddenReplySubstrings).toContain("checking thread context");
expect(fallbackConfig?.gracefulFallbackAny as string[] | undefined).toContain(