mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 06:22:45 +08:00
fix(snapshot): add more reporting
This commit is contained in:
@ -28,6 +28,8 @@ class Snapshot {
|
||||
console.log('waiting for uploads to complete');
|
||||
await Promise.all(this.queue);
|
||||
console.log(`done processing ${this.queue.length} screenshots`);
|
||||
console.log(`${this.mismatches.length} snapshots had significant mismatches`);
|
||||
console.log(`Test Id: ${this.testId}`);
|
||||
}
|
||||
|
||||
start(testId) {
|
||||
|
Reference in New Issue
Block a user