mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 14:58:36 +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');
|
console.log('waiting for uploads to complete');
|
||||||
await Promise.all(this.queue);
|
await Promise.all(this.queue);
|
||||||
console.log(`done processing ${this.queue.length} screenshots`);
|
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) {
|
start(testId) {
|
||||||
|
Reference in New Issue
Block a user