snapshooter icon indicating copy to clipboard operation
snapshooter copied to clipboard

Snapshooter is a snapshot testing tool for .NET Core and .NET Framework

Results 60 snapshooter issues
Sort by recently updated
recently updated
newest added

Jest has the option, to save the snapshot "inline" within the test code file. Have a look at https://jestjs.io/docs/en/snapshot-testing#inline-snapshots

enhancement

I need to compare 2 html email templates that contains a div element's with generated id's and date for debug purpose. The current comparison fails since this div element couldn't...

enhancement

Sometimes there are snapshots which contain several fields with the same name which we want to ignore..., for example "duration": ```csharp { "status": "Healthy", "duration": "00:00:00.0361599", "entries": { "SuspendedWorkflows": {...

enhancement

**Is your feature request related to a problem? Please describe.** quite often dealing with highly dynamic data, especially JSON data, it's quite complicated to track them with snapshooter as we...

When starting Live Unit Testing in Visual Studio, the status of the tests are correct but the mismatch snapshot files are not created.

bug

Sometimes snapshot files can get very big (like 90000 lines for one snapshot). However I'm only interested in the first level or second level of properties and not in all...

enhancement

**Describe the bug** When running a snapshot test in the release configuration it fails with the following error: ``` Test.Tests.SnapshooterTest.MultiplySnapshotTest Snapshooter.Exceptions.SnapshotTestException : The snapshot full name could not be evaluated....

bug

_This PR is a work in progress_ We can now accept and ignore fields in a type safe way. Open point: We have 3 syntax how we can assert a...

**Describe the bug** Looks like the snapshot folder isn't resolved properly, so Snapshooter tries to create a directory it doesn't have permissions for. **To Reproduce** Using: - Snapshooter.Xunit 0.14.1 -...

This isn't a bug, it's a thank you. I've long loved snapshot testing and I love the DX of snapshooter, it brings me joy! My most recent dabbling has found...