Skip to content

Commit 985bcc8

Browse files
show test results url
1 parent d39335a commit 985bcc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/providers/maestro.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,9 @@ export default class Maestro {
638638
console.log(
639639
` ${statusEmoji} Run ${run.id} (${run.capabilities.deviceName}): ${statusText}`,
640640
);
641+
console.log(
642+
` View results: https://testingbot.com/members/maestro/${this.appId}/runs/${run.id}`,
643+
);
641644
}
642645
}
643646

0 commit comments

Comments
 (0)