fix(snapshot): add more reporting

This commit is contained in:
Ken Sodemann
2017-11-09 12:05:37 -06:00
parent bcae5a7847
commit 41d80ed555

View File

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