I have a coded UI test in which I am generating a result SleniumLog.html file using log4net and I want to attach that file to the Attachment of the output of executed test result. As you can see in the screenshot below there is a UITestActionlog.html present and I want to attach one more file here which is present in 'Out' directory of the result.
Is it possible to do that?