How do you set "record" mode on? #90
skywalkerdude
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi! By default, all test_configuration:
- preview_default_enabled: true After that, if you want the preview to participate in recording a snapshot, you need to mark it with the #Preview {
Text("")
.prefireEnabled()
} It is not necessary to enable record mode itself, if no snapshots have been recorded before, it will detect and record it by itself. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I went through the documentation and it's not clear how I can mark a particular preview for Prefire to "record" a new snapshot. Could someone help elucidate?
Beta Was this translation helpful? Give feedback.
All reactions