approvals/ApprovalTests.Net

add NestApprovedFiles

SimonCropp opened this issue · 0 comments

Adding a NestApprovedFiles property to a project will cause all *.approved.* files to be nested under their parent test file.

  <PropertyGroup>
    <NestApprovedFiles>true</NestApprovedFiles>
  </PropertyGroup>

Expanded:

image

Collapsed:

image

With no nesting:

image