From 9beaa18543d538aa4abd827a319088749c75fede Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 26 Mar 2021 22:58:38 +0000 Subject: [PATCH] Docs changes --- docs/compared-to-approvaltests.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/compared-to-approvaltests.md b/docs/compared-to-approvaltests.md index 783ecfaf71..97338c60b8 100644 --- a/docs/compared-to-approvaltests.md +++ b/docs/compared-to-approvaltests.md @@ -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