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.
2 parents b7b7fbf + d63f328 commit fd2de95Copy full SHA for fd2de95
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