MCPcopy
hub / github.com/promptfoo/promptfoo / GeneratedTestCase

Interface GeneratedTestCase

src/commands/mcp/tools/generateTestCases.ts:12–15  ·  view source on GitHub ↗

* A generated test case with variables and assertions

Source from the content-addressed store, hash-verified

10 * A generated test case with variables and assertions
11 */
12interface GeneratedTestCase {
13 vars: VarMapping;
14 assert: Array<{ type: string }>;
15}
16
17/**
18 * Analysis results for generated test cases

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…