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 ce8e2af commit ad0cad9Copy full SHA for ad0cad9
src/commands/force/apex/test/run.ts
@@ -324,7 +324,7 @@ export default class Run extends SfdxCommand {
324
}
325
326
private formatReportHint(result: TestResult): string {
327
- let reportArgs = `-i ${result.summary.testRunId}`;
+ let reportArgs = `-i ${result.summary?.testRunId}`;
328
if (this.flags.targetusername) {
329
reportArgs += ` -u ${this.flags.targetusername}`;
330
0 commit comments