Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VerifyTests/Verify
Verify is a snapshot tool that simplifies the assertion of complex data models and documents.
https://github.com/VerifyTests/Verify
assertion-library snapshot snapshot-testing testing
Last synced: 29 days ago
JSON representation
Verify is a snapshot tool that simplifies the assertion of complex data models and documents.
- Host: GitHub
- URL: https://github.com/VerifyTests/Verify
- Owner: VerifyTests
- License: mit
- Created: 2019-11-21T23:37:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:37:37.000Z (about 1 month ago)
- Last Synced: 2024-10-29T11:41:54.280Z (about 1 month ago)
- Topics: assertion-library, snapshot, snapshot-testing, testing
- Language: C#
- Homepage:
- Size: 13.8 MB
- Stars: 2,513
- Watchers: 17
- Forks: 141
- Open Issues: 6
-
Metadata Files:
- Readme: docs/readme.md
- Funding: .github/FUNDING.yml
- License: license.txt
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
- awesome-reference-tools - Verify
README
# Documentation
* [Clipboard](/docs/clipboard.md)
* [Compared to assertions](/docs/compared-to-assertion.md)
* [Verify options](/docs/verify-options.md)
* [VerifyDirectory](/docs/verify-directory.md)
* [VerifyZip](/docs/verify-zip.md)
* [VerifyFile](/docs/verify-file.md)
* [VerifyXml](/docs/verify-xml.md)
* [Serializer Settings](/docs/serializer-settings.md)
* [Guid behavior](/docs/guids.md)
* [Date behavior](/docs/dates.md)
* [File naming](/docs/naming.md)
* [AppendFile](/docs/append-file.md)
* [Parameterised tests](/docs/parameterised.md)
* [Combinations](/docs/combinations.md)
* [Named Tuples](/docs/named-tuples.md)
* [Scrubbers](/docs/scrubbers.md)
* [Diff Engine](https://github.com/VerifyTests/DiffEngine)
* [Diff Tools](https://github.com/VerifyTests/DiffEngine/blob/master/docs/diff-tool.md)
* [Diff Tool Order](https://github.com/VerifyTests/DiffEngine/blob/master/docs/diff-tool.order.md)
* [Custom Diff Tool](https://github.com/VerifyTests/DiffEngine/blob/master/docs/diff-tool.custom.md)
* [Using anonymous types](/docs/anonymous-types.md)
* [Verifying binary data](/docs/binary.md)
* [Build server](/docs/build-server.md)
* [Comparers](/docs/comparer.md)
* [Converters](/docs/converter.md)
* [Recording](/docs/recording.md)
* [Explicit Targets](/docs/explicit-targets.md)
* [FSharp Usage](/docs/fsharp.md)
* [Compared to ApprovalTests](/docs/compared-to-approvaltests.md)