I've been using approval-tests for a while with the WinMergeReporter and it is working well with the standard NUnit runner executable.
I am trying out NCrunch and the approval.Verify fails (as expected) for a new approval.
However, WinMerge does not startup.
I get the failure
ApprovalTests.Core.Exceptions.ApprovalMissingException : Failed Approval: Approval File "...\mytest.approved.txt" Not Found. at ApprovalTests.Approvers.FileApprover.Fail()
I can run the same code in the NUnit runner and WinMerge starts up.
What's the secret sauce for NCrunch to bring up the WinMergeReporter?