MCPcopy
hub / github.com/browserbase/mcp-server-browserbase / EvaluationReport

Interface EvaluationReport

evals/run-evals.ts:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28interface EvaluationReport {
29 config: Record<string, unknown>;
30 evaluations: EvaluationResult[];
31 passed: boolean;
32 timestamp: Date;
33}
34
35interface TestResult {
36 config: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected