Skip to content

Commit 3d1d4f0

Browse files
maestro: when running in async mode, show link to results
1 parent bb21c39 commit 3d1d4f0

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
@@ -202,6 +202,9 @@ export default class Maestro {
202202
if (this.options.async) {
203203
if (!this.options.quiet) {
204204
logger.info(`Tests started in async mode. Project ID: ${this.appId}`);
205+
logger.info(
206+
`View realtime results: https://testingbot.com/members/maestro/${this.appId}`,
207+
);
205208
}
206209
return { success: true, runs: [] };
207210
}

0 commit comments

Comments
 (0)