We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b7fbf commit d63f328Copy full SHA for d63f328
Tests/AppTests/SnapshotTestCase.swift
@@ -27,6 +27,7 @@ class SnapshotTestCase: AppTestCase {
27
}
28
29
override func invokeTest() {
30
+ // To force a re-record of all snapshots, use `record: .all` rather than `record: .missing`.
31
withSnapshotTesting(record: .missing, diffTool: .ksdiff) {
32
super.invokeTest()
33
0 commit comments