Skip to content

Commit 0a71bfb

Browse files
fix(test): add projectId to CliBatchRunFreshResult for JUnit inference
1 parent ad5c8aa commit 0a71bfb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/commands/test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5120,6 +5120,8 @@ async function writeBatchJUnitReportIfRequested(
51205120
interface CliBatchRunFreshResult {
51215121
testId: string;
51225122
runId: string | undefined;
5123+
/** Observed on polled runs; used for JUnit report naming when --project omitted. */
5124+
projectId?: string;
51235125
status: string;
51245126
error?: { code: string; message: string; exitCode: number };
51255127
/** CLIENT-synthesized Portal deep link (projectId from opts, testId per item). */

0 commit comments

Comments
 (0)