Skip to content

Commit 84f1c82

Browse files
committed
feat: snapshot
1 parent bcb4b17 commit 84f1c82

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "regressify",
3-
"version": "1.8.8",
3+
"version": "1.8.9",
44
"description": "Visual regression tests support",
55
"main": "src/index.ts",
66
"type": "module",

src/snapshot.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,7 @@ export function snapshot({ configs, backstopDirName }: { configs: Config[]; back
165165
}
166166
}
167167

168+
htmlReportSummary.sort((a, b) => a.id.localeCompare(b.id));
169+
168170
generateHtmlReportSummary(backstopDir, htmlReportSummary);
169171
}

0 commit comments

Comments
 (0)