mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
scripts(snapshot): fix url so you can click it to open from terminal
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user