From b970e57488d226f76e70a1cc01cf355d47b6ecee Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 22 Feb 2018 18:08:35 -0500 Subject: [PATCH] scripts(snapshot): fix url so you can click it to open from terminal --- packages/core/scripts/e2e/snapshot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {