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

**Describe the bug** If the `DataRowAttribute` has a `null` parameters in it, Snapshooter will error trying to generate the snapshot name. **To Reproduce** Create a MS Test like so: ```c#...

Currently we have to compare the mismatch manually then copy the file over if it's good. Wondering if there's some way to just overwrite the current snapshot but fail the...

As I wasn't able to find any other way to contact you, here is my question: Is there any benefit of using Snapshooter over [Verifier](https://github.com/VerifyTests/Verify)?

If we use the Accept options in a snapshot with the keep original value = true, then we have the issue, that snapshooter creates for small decimal values a number...

Summary of the changes (Less than 80 chars) - Add attribute to identify assert methods with e.g. SonarCloud/SonarQube (https://rules.sonarsource.com/csharp/RSPEC-2699) Addresses #133

**Is your feature request related to a problem? Please describe.** Consider the scenario where tests are failing due to the exact same object being serialized differently (properties in a different...

Often times developers use: `Snapshot.Match(dto);` which is nice, but when a new property is added to the dto, previous UTs, that weren't really affected by the change fail, because `newPropery:...

When I'm checking the License of Snapshooter, the License is not set, only a link to the website. I would appreciate if this could be set in the package. **To...

It would be useful to add some helper classes for dealing with results that have a random aspect. Perhaps just a tolerance but I am sure mathematicians may have some...

Possibility to enable StrictMode in Code via the MatchOptions Was only possible with Environment Variable `SNAPSHOOTER_STRICT_MODE`