diff --git a/packages/core/scripts/e2e/snapshot.js b/packages/core/scripts/e2e/snapshot.js index 9810d37cd7..2c3e11d97b 100644 --- a/packages/core/scripts/e2e/snapshot.js +++ b/packages/core/scripts/e2e/snapshot.js @@ -34,7 +34,7 @@ class Snapshot { console.log(`done processing ${this.queue.length} screenshots`); console.log(`${this.mismatches.length} snapshots had significant mismatches`); console.log(`Test Id: ${this.testId}`); - console.log(`URL: ${this.domain}/${this.groupId}/${this.appId}/${this.testId}`); + console.log(`URL: https://${this.domain}/${this.groupId}/${this.appId}/${this.testId}`); } async takeScreenshot(driver, options) {