Codinators.XunitHelpers Nuget Package: Update 2
This release adds an auto approver to automatically update the approval files generated by ApprovalTests.Net
Read post ›How to use ApprovalTests with xUnit's Theory attribute
if you are writing a Theory-based test the filename will not be unique as a theory-based test is data-driven and therefore has multiple calls to the same method. Let's see how we can get ApprovalTests to generate unique filenames for theory-based tests
Read post ›