scripts(snapshot): fix url so you can click it to open from terminal

This commit is contained in:
Brandy Carney
2018-02-22 18:08:35 -05:00
parent 53da91c623
commit b970e57488

View File

@ -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) {