Skip to content

Commit 1768501

Browse files
committed
comment
1 parent 025def0 commit 1768501

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/utils/agent-runner.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,8 @@ export async function run(config: TestConfig): Promise<AgentMetadata> {
334334
isComplete = false;
335335
await session.sendAndWait({ prompt: followUpPrompt }, 1800000);
336336
}
337-
337+
338+
// Generate markdown report
338339
writeMarkdownReport(config, agentMetadata);
339340

340341
return agentMetadata;

0 commit comments

Comments
 (0)