We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5c8aa commit 0a71bfbCopy full SHA for 0a71bfb
1 file changed
src/commands/test.ts
@@ -5120,6 +5120,8 @@ async function writeBatchJUnitReportIfRequested(
5120
interface CliBatchRunFreshResult {
5121
testId: string;
5122
runId: string | undefined;
5123
+ /** Observed on polled runs; used for JUnit report naming when --project omitted. */
5124
+ projectId?: string;
5125
status: string;
5126
error?: { code: string; message: string; exitCode: number };
5127
/** CLIENT-synthesized Portal deep link (projectId from opts, testId per item). */
0 commit comments