Every once in a while we find out some change has broken one of the file reports without a single failing test (see #57 and #52)! The problem is that the file reports are generated on appdomain unload and we haven't been verifying them automatically.
I think it's definitely worth finding a way to automate the verification process. I haven't given this much thought to be honest, but ApprovalTests comes to mind.