Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST]: Output snapshot name when using strict mode and the snapshot does not exist #187

Open
nwilliams1-bigw opened this issue Nov 26, 2023 · 0 comments

Comments

@nwilliams1-bigw
Copy link

Would it be possible to include the name of the snapshot that is missing in the below exception? It is very difficult to debug which snapshot is missing, particularly when providing your own snapshot name or using SnapshotNameExtensions.

{
throw new SnapshotNotFoundException(
"Strict mode is enabled and no snapshot has been found " +
"for the current test. Create a new snapshot locally and " +
"rerun your tests.");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant