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 bb21c39 commit 3d1d4f0Copy full SHA for 3d1d4f0
src/providers/maestro.ts
@@ -202,6 +202,9 @@ export default class Maestro {
202
if (this.options.async) {
203
if (!this.options.quiet) {
204
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
+ );
208
}
209
return { success: true, runs: [] };
210
0 commit comments