Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/snapshot.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Snapshot Testing

Although Alba does not ship built-in snapshotting support, it does easily integrate with the popular [Verify](https://github.com/VerifyTests/Verify) framework.
Given `Verify` and `Verify.AspNetCore` has been added and initialized for your test framework of choice, you can reliably feed in the `HttpContext` and response data for a complete picture of your network request.
Given Verify and [Verify.AspNetCore](https://github.com/VerifyTests/Verify.AspNetCore) has been added and initialized for your test framework of choice, you can reliably feed in the `HttpContext` and response data for a complete picture of your network request.

Given a test with the shape of:
<!-- snippet: sample_snapshot_testing -->
Expand Down
Loading