Skip to content

Commit

Permalink
Docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 26, 2021
1 parent b2306b5 commit 9beaa18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/compared-to-approvaltests.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ Verify is heavily influenced by [ApprovalTests](https://github.com/approvals/App
## Differences to ApprovalTests


### Multiple files


ApprovalTests supports producing a single file from a test.

Verify support multiple files from a test. For example a snapshot of a webpage can result in both the png and the html being output files.


### Object Serialization

Verify supports verification of any object through the use of Json.net
Expand Down

0 comments on commit 9beaa18

Please sign in to comment.