You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--snapshot-update`| Snapshots will be updated to match assertions and unused snapshots will be deleted. |`False`|
137
-
|`--snapshot-details`| Includes details of unused snapshots (test name and snapshot location) in the final report. |`False`|
137
+
|`--snapshot-details`| Includes details of unused, generated, and updated snapshots (test name and snapshot location) in the final report. |`False`|
138
138
|`--snapshot-warn-unused`| Prints a warning on unused snapshots rather than fail the test suite. |`False`|
139
139
|`--snapshot-default-extension`| Use to change the default snapshot extension class. |[AmberSnapshotExtension](https://github.com/syrupy-project/syrupy/blob/main/src/syrupy/extensions/amber/__init__.py)|
140
140
|`--snapshot-no-colors`| Disable test results output highlighting. Equivalent to setting the environment variables `ANSI_COLORS_DISABLED` or `NO_COLOR`| Disabled by default if not in terminal. |
0 commit comments