For explicit text snapshots you can already configure the diff format via TextSnapshot.text().withDiffFormat(...). You can not currently control the diff format of the internally created diffs for all snapshots other than pure text.
We could add a new parameter to SnapshotTestOptions to specify the format
For explicit text snapshots you can already configure the diff format via
TextSnapshot.text().withDiffFormat(...)
. You can not currently control the diff format of the internally created diffs for all snapshots other than pure text.We could add a new parameter to
SnapshotTestOptions
to specify the format